IDEAFilter_item {IDEAFilter} | R Documentation |
Serves as a wrapper for shiny_data_filter_item
and utilizes
moduleSever()
for a more modern implementation of the data item
filter.
IDEAFilter_item(
id,
data,
column_name = NULL,
filters = list(),
...,
col_subset = NULL,
preselection = NULL,
verbose = FALSE
)
id |
a module id name |
data |
a |
column_name |
a value indicating the name of the column to be filtered |
filters |
a |
... |
placeholder for inclusion of additional parameters in future development |
col_subset |
a |
preselection |
a |
verbose |
a |
a reactiveValues
list of four reactive elements;
(1) the code to filter a vector with the name of the specified data column,
(2) a flag indicating when to remove this filter, (3) the append list of
combining the 'filters' argument with (1), and (4) the column name of the
'data' used to create the item.