powered by
Change the value of a material_slider on the client.
update_material_slider(session, input_id, value = NULL)
The session object passed to function given to shinyServer.
The input_id of the material_slider.
The value to set for the material_slider.
material_slider
# NOT RUN { update_material_slider( session, input_id = "example_slider", value = "new_value" ) # }
Run the code above in your browser using DataLab