View source: R/input-airDatepicker.R
updateAirDateInput | R Documentation |
airDatepickerInput()
on the clientChange the value of airDatepickerInput()
on the client
updateAirDateInput(
session = getDefaultReactiveDomain(),
inputId,
label = NULL,
value = NULL,
tz = NULL,
clear = FALSE,
options = NULL,
show = FALSE,
hide = FALSE
)
session |
The |
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. |
tz |
The timezone. |
clear |
Logical, clear all previous selected dates. |
options |
Options to update, see available ones in JavaScript documentation |
show , hide |
Show / hide datepicker. |
if (interactive()) {
demoAirDatepicker("update")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.