progress_text {plyr} | R Documentation |
A textual progress bar
progress_text(style = 3, ...)
style |
style of text bar, see Details section of
|
... |
other arugments passed on to
|
This progress bar displays a textual progress bar that
works on all platforms. It is a thin wrapper around the
built-in setTxtProgressBar
and can be
customised in the same way.
Other progress bars: progress_none
,
progress_tk
, progress_win
l_ply(1:100, identity, .progress = "text") l_ply(1:100, identity, .progress = progress_text(char = "-"))