dot-map_dfr_progress: Map with optional progress bar

.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()

Value

Data frame with combined results


perumammals documentation built on Jan. 6, 2026, 5:06 p.m.