Apply a function to each element of a list with a progress bar
Source:R/get_media.R
map_dfr_progress.Rd
Adding a progress bar to the map_dfr function https://www.jamesatkins.net/posts/progress-bar-in-purrr-map-df/
Arguments
- .x
List to iterate over.
- .f
Function to apply.
- ...
Other parameters passed to
purrr::map_dfr
.- .id
An identifier.