progress_time {plyr} | R 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")
[Package plyr version 1.8.9 Index]