Learn R Programming

plyr (version 1.5.2)

progress_tk: Graphical progress bar, powered by Tk.

Description

Graphical progress bar, powered by Tk. A graphical progress bar displayed in a Tk window

Usage

progress_tk(title="plyr progress", label="Working...", ...)

Arguments

title
window title
label
progress bar label (inside window)
...
other arguments passed on to tkProgressBar

Details

This graphical progress will appear in a separate window.

See Also

tkProgressBar for the function that powers this progress bar

Examples

Run this code
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=""))

Run the code above in your browser using DataLab