Rdocumentation
powered by
Learn R Programming
R.utils (version 2.3.0)
setValue.ProgressBar: Sets current value
Description
Sets current value. Note that this method does
not
update the bar visually.
Usage
"setValue"(this, value, ...)
Arguments
value
A
numeric
in [0,maxValue].
...
Not used.
Value
Returns old value.
See Also
*setProgress
()
.
*increase
()
.
*reset
()
. For more information see
ProgressBar
.