filter_spec_internal | R Documentation |
Builds a configuration for the data_extract_ui
module. This function covers
the configuration of filtering datasets (so called filter_spec
), which then
is used to build the UI element in the teal
app.
filter_spec_internal(
vars_choices,
vars_selected = NULL,
vars_label = NULL,
vars_fixed = FALSE,
vars_multiple = TRUE,
choices = NULL,
selected = NULL,
label = NULL,
fixed = FALSE,
multiple = TRUE,
sep = attr(vars_choices, "sep"),
drop_keys = FALSE,
dataname = NULL,
initialized = FALSE
)
## S3 method for class 'delayed_data'
filter_spec_internal(
vars_choices,
vars_selected = NULL,
vars_label = NULL,
vars_fixed = FALSE,
vars_multiple = TRUE,
choices = NULL,
selected = NULL,
label = NULL,
fixed = FALSE,
multiple = TRUE,
sep = attr(vars_choices, "sep"),
drop_keys = FALSE,
dataname = NULL,
initialized = FALSE
)
## Default S3 method:
filter_spec_internal(
vars_choices,
vars_selected = NULL,
vars_label = NULL,
vars_fixed = FALSE,
vars_multiple = TRUE,
choices = NULL,
selected = NULL,
label = NULL,
fixed = FALSE,
multiple = TRUE,
sep = attr(vars_choices, "sep"),
drop_keys = FALSE,
dataname = NULL,
initialized = FALSE
)
vars_choices |
( |
vars_selected |
( |
vars_label |
( |
vars_fixed |
( |
vars_multiple |
( |
choices |
( These shall be filter values of the
The
|
selected |
( |
label |
(optional |
fixed |
( |
multiple |
( |
sep |
( |
drop_keys |
(optional |
dataname |
( |
initialized |
( |
filter_spec
or delayed_filter_spec
S3-class object.
filter_spec
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.