updateAirDateInput: Change the value of a airDate input on the client
Description
Change the value of a airDate input on the client
Usage
updateAirDateInput(session, inputId, label = NULL, value = NULL,
clear = FALSE)
Arguments
session
The session
object passed to function given to shinyServer
.
inputId
The id of the input object.
label
The label to set for the input object.
value
The value to set for the input object.
clear
Logical, clear all previous selected dates.
Examples
Run this code# NOT RUN {
demoAirDatepicker("update")
# }
Run the code above in your browser using DataLab