shiny_data_filter_item {IDEAFilter} | R Documentation |
The server function for the filter item module of a data filter module panel
Description
The server function for the filter item module of a data filter module panel
Usage
shiny_data_filter_item(
input,
output,
session,
data,
column_name = NULL,
verbose = FALSE
)
Arguments
input |
requisite shiny module field specifying incoming ui input reactiveValues |
output |
requisite shiny module field capturing output for the shiny data filter ui |
session |
requisite shiny module field containing the active shiny session |
data |
a |
column_name |
a value indicating the name of the column to be filtered |
verbose |
a |
Value
a reactiveValues
list of three reactive elements;
(1) a reactive data frame, (2) the code to filter a vector with the name of
the specified data column, and (3) a flag indicating when to remove this
filter.
[Package IDEAFilter version 0.2.0 Index]