progress_lapply: lappy with progress bars

View source: R/old_taxa--taxmap--internal.R

progress_lapplyR Documentation

lappy with progress bars

Description

Immitates lapply with optional progress bars

Usage

progress_lapply(X, FUN, progress = interactive(), ...)

Arguments

X

The thing to iterate over

FUN

The function to apply to each element

progress

(logical of length 1) Whether or not to print a progress bar. Default is to only print a progress bar during interactive use.

...

Passed to function

Value

list


metacoder documentation built on April 4, 2023, 9:08 a.m.