myMiniProgressBar: Progress Bar

View source: R/myMiniProgressBar.R

myMiniProgressBarR Documentation

Progress Bar

Description

Print a customisable progress bar in the console.

Usage

myMiniProgressBar(p, txt1 = "", txt2 = "", style = 1, label = c("=", "-", "|"))

Arguments

p

Numeric, percentage of finished progress, between 0 and 1.

txt1

String to put before the progress bar

txt2

String to put after the progress bar

style

The display style. 1 is single-lined; 2 is double-lined; 3 display the progress in a 5-lined block.

label

Character labels for "finished", "un-finished", and "side bars".

Value

No return value, called for side effects.


BSL documentation built on Nov. 3, 2022, 9:06 a.m.