View source: R/Module_FilterModule.R
FilterModule | R Documentation |
Module to apply filters to a featureTable (UI). Has to be inside a MultiFilterModule, and will modify the parent modules internalValues, accessed as values$MultiFilter!
FilterModule( input, output, session, values = reactiveValues(featureTables = NULL, MultiFilter = NULL), static = list(lab = "Filter"), initValues = list(active = F, filter = TRUE, colSelected = NULL, summary = NULL, numeric = T, minSel = NULL, maxSel = NULL, modeSel = NULL, txtSel = NULL, minSelInit = NULL, maxSelInit = NULL, modeSelInit = NULL, txtSelInit = NULL, loadingFilters = F, excludeNAs = TRUE) ) FilterModuleUI(id)
input |
arguments necessary for use with
|
output |
arguments necessary for use with
|
session |
arguments necessary for use with
|
values |
a |
static |
a list of arguments that are not in a reactive context and hence do not change while the app is running. |
initValues |
set initial values for input fields |
id |
id to be used to define a namespace via |
a reactivevalues object with its internalValues
FilterModule
: server logic
FilterModuleUI
: UI elements
values
for a description of the values
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.