Last chance! 50% off unlimited learning
Sale ends in
A graphical progress bar displayed in a separate window
progress_win(title = "plyr progress", ...)
window title
other arguments passed on to winProgressBar
This graphical progress only works on Windows.
winProgressBar
for the function that powers this progress bar
Other progress bars: progress_none
,
progress_text
, progress_time
,
progress_tk
# NOT RUN {
if(exists("winProgressBar")) {
l_ply(1:100, identity, .progress = "win")
l_ply(1:100, identity, .progress = progress_win(title="Working..."))
}
# }
Run the code above in your browser using DataLab