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 Nov. 6, 2024, 5:54 p.m.