tidyverse / purrr

A functional programming toolkit for R
https://purrr.tidyverse.org/
Other
1.28k stars 272 forks source link

progress_bar in map_dfr() #1020

Closed brunomioto closed 1 year ago

brunomioto commented 1 year ago

I would like to use the new .progress_bar argument in map_dfr() function.

Is it possible?

hadley commented 1 year ago

map_dfr() is superseded which means it doesn't get new features. You can use map() + list_rbind() instead.