updateProgressBar: Updates 'ProgressBar' with 'value'

Description Usage Arguments Details

Description

'value' has to 'min<= value <= max' with 'min' and 'max' values of the slots

Usage

1
2
3
4
updateProgressBar(x, value, label)

## S4 method for signature 'ProgressBar,numeric'
updateProgressBar(x, value, label = "")

Arguments

x

'ProgressBar' instance

value

current state of the 'ProgressBar' to be updated

label

optional label to be printed with the 'ProgressBar', defaults to empty string ("")

Details

'ProgressBar' tries to evaluate an ETA and prints it.


giupo/rprogressbar documentation built on Nov. 13, 2019, 2:40 a.m.