setProgress.ProgressBar {R.utils} | R Documentation |
Sets current progress.
## S3 method for class 'ProgressBar': setProgress(this, progress, visual=TRUE, ...)
progress |
A double in [0,1] specifying the relative progress. |
visual |
If TRUE , the progress bar is redraw, otherwise not. |
... |
Not used. |
Returns old value.
Henrik Bengtsson (http://www.braju.com/R/)
*setValue()
.
*increase()
.
*reset()
.
For more information see ProgressBar
.