Learn R Programming

eyeris (version 2.0.0)

tick: Tick a progress bar

Description

Advances a progress bar by the specified amount.

Usage

tick(pb, by = 1)

Value

No return value; advances the progress bar

Arguments

pb

The progress bar object to tick

by

The number of steps to advance (default: 1)