update_material_slider {shinymaterial} | R Documentation |
Change the value of a material_slider on the client
Description
Change the value of a material_slider on the client.
Usage
update_material_slider(session, input_id, value = NULL)
Arguments
session |
The session object passed to function given to shinyServer. |
input_id |
The input_id of the material_slider. |
value |
The value to set for the material_slider. |
See Also
Examples
## Not run:
update_material_slider(
session,
input_id = "example_slider",
value = "new_value"
)
## End(Not run)
[Package shinymaterial version 1.2.0 Index]