View source: R/mod_filterTab.R
filterTab | R Documentation |
Server for the filter module in datamods::filter_data_ui
filterTab( input, output, session, domainData, filterDomain, current_mapping, tabID = "Filtering", filterVars = NULL )
input |
Shiny input object |
output |
Shiny output object |
session |
Shiny session object |
domainData |
list of data files for each domain |
filterDomain |
domain to use for filtering (typically "dm") |
current_mapping |
current data mapping |
tabID |
ID for the tab containing the filter UI (used for testing) |
filterVars |
Variables to use for filtering (used for testing) |
filtered data set
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.