shinymaterial (version 0.5.1)

update_material_date_picker: Change the value of a material_date_picker on the client

Description

Change the value of a material_date_picker on the client.

Usage

update_material_date_picker(session, input_id, value = NULL)

Arguments

session

The session object passed to function given to shinyServer.

input_id

The input_id of the material_date_picker.

value

The value to set for the material_date_picker.

Examples

Run this code
# NOT RUN {
update_material_date_picker(
  session,
  input_id = "example_date_picker",
  value = "10 April, 2012"
)
# }

Run the code above in your browser using DataLab