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