Change the value of a progress bar on the client
1 | updateProgressBar(session, id, value, total = NULL, status = NULL)
|
session |
The 'session' object passed to function given to shinyServer. |
id |
The id of the progress bar to update |
value |
Value of the progress bar between 0 and 100, if >100 you must provide total |
total |
Used to calculate percentage if value > 100 |
status |
Color |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.