progress_time: Text progress bar with time.

View source: R/progress-time.r

progress_timeR Documentation

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()

See Also

Other progress bars: progress_none(), progress_text(), progress_tk(), progress_win()

Examples

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

hadley/plyr documentation built on Oct. 15, 2023, 8:20 a.m.