setValue.ProgressBar
From R.utils v1.6.1
by Henrik Bengtsson
Sets current value
Sets current value. Note that this method does not update the bar visually.
Usage
## S3 method for class 'ProgressBar':
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
.
Community examples
Looks like there are no examples yet.