R.utils (version 0.8.9)

setProgress.ProgressBar: Sets current progress

Description

Sets current progress.

Usage

## S3 method for class 'ProgressBar}(this, progress, visual=TRUE, ...)':
setProgressundefined

 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.

 [object Object]

 *setValue().
   *increase().
   *reset().
   For more information see ProgressBar.
internal
methods

Arguments