progress_tk | R Documentation |
A graphical progress bar displayed in a Tk window
progress_tk(title = "plyr progress", label = "Working...", ...)
title |
window title |
label |
progress bar label (inside window) |
... |
other arguments passed on to |
This graphical progress will appear in a separate window.
tkProgressBar
for the function that powers this progress bar
Other progress bars:
progress_none()
,
progress_text()
,
progress_time()
,
progress_win()
## Not run:
l_ply(1:100, identity, .progress = "tk")
l_ply(1:100, identity, .progress = progress_tk(width=400))
l_ply(1:100, identity, .progress = progress_tk(label=""))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.