Description Usage Arguments Value
A date range module UI that can accept dynamic inputs on the server-side declaration
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
input |
list of inputs used in the shiny application session |
output |
list of outputs used the shiny application session |
session |
The shiny app session object |
label |
The label of the |
start |
The default start date of the |
end |
The default end date of the |
min |
The minimum of numbers that can be used by the |
max |
The maximum of numbers that can be used by the |
width |
The width of the UI component |
updateVal |
reactive function used to parameterize the start and end date for |
disable |
logical to disable the UI component when the |
trig |
logical reactive function that determines whether or not the update value should be triggered |
Numeric. Date Range
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.