map_dfr_progress: Map with optional progress bar

View source: R/internal.R

map_dfr_progressR Documentation

Map with optional progress bar

Description

Internal wrapper for purrr::map_dfr with optional progress tracking. Progress bars are only shown in interactive sessions.

Usage

map_dfr_progress(.x, .f, ..., .id = NULL, .progress = interactive())

Arguments

.x

A list or vector to iterate over

.f

A function to apply

...

Additional arguments passed to .f

.id

Column name for row identification

.progress

Logical. Show progress bar? Default is interactive()


peruflorads43 documentation built on Feb. 27, 2026, 9:06 a.m.