progress_none {plyr} | R Documentation |
A progress bar that does nothing
progress_none()
This the default progress bar used by plyr functions. It's very simple to understand - it does nothing!
Hadley Wickham <h.wickham@gmail.com>
l_ply(1:100, identity, .progress = "none")