tqdm {utils} |
R Documentation |
Wraps a collection with a progress bar for iteration, providing visual feedback on progress.
Description
Usage
tqdm(x,
width = 40,
prints.perSecond = 10,
use.color = FALSE);
Arguments
x
The collection to iterate over.
width
The width of the progress bar. [as integer]
prints.perSecond
The update frequency of the progress bar. [as integer]
use.color
Indicates whether to use colored output for the progress bar. [as boolean]
Details
this function is thread unsafe
Authors
SMRUCC genomics Institute
Value
An enumerable that iterates over the collection with progress tracking.
clr value class
Examples
[Package
utils version 2.33.856.6961
Index]