tkProgressBar(title = "R progress bar", label = "", min = 0, max = 1, initial = 0, width = 300)
getTkProgressBar(pb)
setTkProgressBar(pb, value, title = NULL, label = NULL)
"close"(con, ...)"tkProgressBar".tkProgressBar an object of class "tkProgressBar".For getTkProgressBar and setTkProgressBar, a
length-one numeric vector giving the previous value (invisibly for
setTkProgressBar).
tkProgressBar will display a widget containing a label and
progress bar. setTkProgessBar will update the value and for non-NULL
values, the title and label (provided there was one when the widget
was created). Missing (NA) and out-of-range values of
value will be (silently) ignored.
The progress bar should be closed when finished with.
This will use the ttk::progressbar widget for Tk version 8.5 or
later, otherwise R's copy of BWidget's progressbar.
txtProgressBar
windows winProgressBar for a version using Windows native
controls (which this also does for Tk >= 8.5).