
Last chance! 50% off unlimited learning
Sale ends in
airDatepickerInput
on the clientChange the value of airDatepickerInput
on the client
updateAirDateInput(
session,
inputId,
label = NULL,
value = NULL,
clear = FALSE,
options = NULL,
show = FALSE,
hide = FALSE
)
The session
object passed to function given to shinyServer
.
The id of the input object.
The label to set for the input object.
The value to set for the input object.
Logical, clear all previous selected dates.
Options to update, see available ones here: http://t1m0n.name/air-datepicker/docs/.
Show / hide datepicker.
# NOT RUN {
if (interactive()) {
demoAirDatepicker("update")
}
# }
Run the code above in your browser using DataLab