Print a customisable progress bar in the console.
myMiniProgressBar(p, txt1 = "", txt2 = "", style = 1, label = c("=", "-", "|"))
No return value, called for side effects.
Numeric, percentage of finished progress, between 0 and 1.
String to put before the progress bar
String to put after the progress bar
The display style. 1 is single-lined; 2 is double-lined; 3 display the progress in a 5-lined block.
Character labels for "finished", "un-finished", and "side bars".