ui_date_range | R Documentation |
A date range picker with sensible defaults
ui_date_range(
inputId = rlang::caller_env()$ns("date_range"),
label = "Date Range",
start = Sys.Date() - lubridate::days(7),
end = Sys.Date(),
min = rm_dates()$meta_HUDCSV$Export_Start,
width = 300,
...
)
inputId |
The |
label |
Display label for the control, or |
start |
The initial start date. Either a Date object, or a string in
|
end |
The initial end date. Either a Date object, or a string in
|
min |
The minimum allowed date. Either a Date object, or a string in
|
width |
The width of the input, e.g. |
... |
Arguments passed on to
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.