Progress bars in purrr — progress_bars (original) (raw)

purrr's map functions have a .progress argument that you can use to create a progress bar. .progress can be:

It's good practice to name your progress bars, to make it clear what calculation or process they belong to. We recommend keeping the names under 20 characters, so the whole progress bar fits comfortably even on on narrower displays.

Progress bar parameters