| progress_time {plyr} | R Documentation |
A textual progress bar that estimates time remaining. It displays the estimated time remaining and, when finished, total duration.
progress_time()
Other progress bars: progress_none;
progress_text; progress_tk;
progress_win
l_ply(1:100, function(x) Sys.sleep(.01), .progress = "time")