update_progress | R Documentation |
Change the value of a progress
input on the client.
update_progress(
session,
input_id,
type = c("increment", "decrement", "label", "value"),
value = 1
)
session |
The |
input_id |
The id of the input object |
type |
Whether you want to increase the progress bar ( |
value |
The value to increase/decrease by, or the value to be set to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.