update_material_number_box: Change the value of a material_number_box on the client

Description Usage Arguments See Also Examples

View source: R/update-shiny-material-number-box.R

Description

Change the value of a material_number_box on the client.

Usage

1
update_material_number_box(session, input_id, value = NULL)

Arguments

session

The session object passed to function given to shinyServer.

input_id

The input_id of the material_number_box.

value

The value to set for the material_number_box.

See Also

material_number_box

Examples

1
2
3
4
5
6
7
8
## Not run: 
update_material_number_box(
  session,
  input_id = "example_number_box",
  value = 3
)

## End(Not run)

shinymaterial documentation built on Sept. 1, 2020, 1:07 a.m.