Progressbar
1 2 3 4 5 6 7 8 | progressbar(
i,
total = FALSE,
range = 25,
variable = NULL,
signe = "=",
text = "Making calculs on "
)
|
i |
: iteration |
total |
: the number of iteration |
range |
(optionnal) : the length of the bar in the progressbar |
variable |
: name to display on the progressbar (must change for each iteration) |
signe |
(optional) the signe to display for the progressbar. Put '-' to have —> or ">" to have ">>>>" |
text |
(optional) text to display befor 'variable' |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.