| txtProgressBar2 | R Documentation | 
This is the base txtProgressBar but with a little modification to implement the label parameter for style=3. For full info see txtProgressBar
txtProgressBar2(
  min = 0,
  max = 1,
  initial = 0,
  char = "=",
  width = NA,
  title = "",
  label = "",
  style = 1
)
| 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 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.