module_filter_manager | R Documentation |
FilteredData
objectsOversee filter states across the entire application.
filter_manager_ui(id)
filter_manager_srv(id, filtered_data_list, filter)
id |
( |
filtered_data_list |
(named |
filter |
( |
This module observes changes in the filters of each FilteredData
object
and keeps track of all filters used. A mapping of filters to modules
is kept in the mapping_matrix
object (which is actually a data.frame
)
that tracks which filters (rows) are active in which modules (columns).
A list of reactive
s, each holding a teal_slices
, as returned by filter_manager_module_srv
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.