txtProgressBar2: txtProgressBar2
Description
A text progress bar with labelUsage
txtProgressBar2(min=0, max=1, initial=0, char="=", width=NA, title="",
label="", style=1)
Arguments
initial
initial value for bar
char
the character (or character string) to form the progress bar.
label
text to put at the end of the bar
Details
This is the base txtProgressBar but with a little modification to
implement the label parameter for style=3. For full info see txtProgressBar