R.utils (version 2.12.3)

reset.ProgressBar: Reset progress bar

Description

Reset progress bar by setting the value to zero and updating the display.

Usage

# S3 method for ProgressBar
reset(this, visual=TRUE, ...)

Value

Returns nothing.

Arguments

visual

If TRUE, the progress bar is redraw, otherwise not.

...

Not used.

Author

Henrik Bengtsson

See Also

*setValue(). For more information see ProgressBar.