Skip to contents

Walk through a list with a progress bar

Usage

walk_progress(.x, .f, ...)

Arguments

.x

List to iterate over.

.f

Function to apply.

...

Other parameters passed to purrr::map_dfr.

Value

None (used for side effects).