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 Nov. 24, 2025, 10:15 a.m.