View source: R/conditional_filter-module.R
filter_ui | R Documentation |
The module is constructed so that the filter controls are updated based on the data range.
filter_ui(id) filter_server( dat, id, labels = character(1), external = reactiveValues(), logi = character(1), ignore = character(1), shinyjs = FALSE, remove_na = FALSE )
id |
Namespace of the module. |
dat |
The data supplied as |
labels |
Labels for the controllers (defaults to the variable names). |
external |
|
logi |
Label for the controller of logical variables (defaults to
|
ignore |
Character string/vector for variables to be ignored for filtering of the dataset. |
shinyjs |
A logical indicating whether shinyjs |
remove_na |
Logical indicating whether NAs should be removed during filtering (defaults to FALSE). |
Shiny module.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.