View source: R/shiny_data_filter_item.R
shiny_data_filter_item | R Documentation |
The server function for the filter item module of a data filter module panel
shiny_data_filter_item(
input,
output,
session,
data,
column_name = NULL,
choices = names,
verbose = FALSE
)
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 column name to initialize the filter item with. If
unspecified or |
choices |
a |
verbose |
a |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.