plyr (version 1.8.3)

progress_time: Text progress bar with time.

Description

A textual progress bar that estimates time remaining. It displays the estimated time remaining and, when finished, total duration.

Usage

progress_time()

Arguments

See Also

Other progress bars: progress_none; progress_text; progress_tk; progress_win

Examples

Run this code
l_ply(1:100, function(x) Sys.sleep(.01), .progress = "time")

Run the code above in your browser using DataLab