startProgressbar creates a new progress bar

progressbarTick advances the last created progress bar by one step

startProgressbar(expectedTicks, label = "")

progressbarTick()

Arguments

expectedTicks

Integer, number of steps for the progress bar.

label

String, an optional short label (truncated to <= 80 characters) to show next to the progress bar.