txtProgressBar2: A text progress bar with label

txtProgressBar2R Documentation

A text progress bar with label

Description

This is the base txtProgressBar but with a little modification to implement the label parameter for style=3. For full info see txtProgressBar

Usage

txtProgressBar2(
  min = 0,
  max = 1,
  initial = 0,
  char = "=",
  width = NA,
  title = "",
  label = "",
  style = 1
)

Arguments

min

min value for bar

max

max value for bar

initial

initial value for bar

char

the character (or character string) to form the progress bar.

width

progress bar width

title

ignored

label

text to put at the end of the bar

style

bar style


spatsurv documentation built on Oct. 19, 2023, 9:07 a.m.