| CbFilterDateRange | R Documentation |
Filters data by a date range.
CbFilterDateRange(
id = NULL,
name = NULL,
variable,
range = NA,
dataset,
keep_na = TRUE,
description = NULL,
domain = NULL,
active = getOption("cb_active_filter", default = TRUE),
...
)
id |
Filter identifier. |
name |
Filter display name (defaults to 'id'). |
variable |
Column name to filter on. |
range |
Numeric vector of length 2 (min, max). 'NA' means no filtering. |
dataset |
Dataset name. |
keep_na |
If 'TRUE', NA values are retained. |
description |
Optional description. |
domain |
Optional filter domain (the set of allowed values). 'NULL' means the domain is derived from the data. |
active |
If 'FALSE', filter is skipped. |
... |
Extra parameters. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.