progstr | R Documentation |
Creates a progress bar and returns it as a string.
progstr(step, n_steps, name, finished = FALSE, progress_length = 20L)
step |
current step being worked on |
n_steps |
total number of steps |
name |
name of the process |
finished |
whether the process is finished |
progress_length |
length of the progress bar in ascii signs |
A string formatted as a progress bar
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.