Description Usage Arguments Value Examples
Generate a progress bar scaled by width
1 | .progressBar(i, n, width = 78)
|
i |
Current stage |
n |
Total number of stages |
width |
Number of characters for progress display (the whole bar will have 2 extra ones used for marking both ends) |
Nothing. Output progress to console
1 2 3 4 | #for (i in 1:10){
# .progressBar(i, 10, 100)
# Sys.sleep(1)
#}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.