set.pb: Simple functions for manipulating progress bars.

Description Usage Arguments Value

Description

Set the progress bar with the given length (from zero) or add value to the created progress bar.

Usage

1
2
3
set.pb(.max)

add.pb(.pb, .value = 1)

Arguments

.max

Length of the progress bar.

.pb

Progress bar object.

.value

Value to add to the progress bar.

Value

Progress bar (for set.pb) or length-one numeric vector giving the previous value (for add.pb).


imminfo/tcr documentation built on June 13, 2020, 7:01 a.m.