Skip to contents

Adding a progress bar to the map_dfr function https://www.jamesatkins.net/posts/progress-bar-in-purrr-map-df/

Usage

map_dfr_progress(.x, .f, ...)

Arguments

.x

List to iterate over.

.f

Function to apply.

...

Other parameters passed to purrr::map_dfr.

.id

An identifier.

Value

An aggregated data frame.