View source: R/module_filter_manager.R
filter_manager_module_srv | R Documentation |
Tracks filter states in a single module.
filter_manager_module_srv(id, module_fd, slices_global)
id |
( |
module_fd |
( |
slices_global |
(
|
This module tracks the state of a single FilteredData
object and global teal_slices
and updates both objects as necessary. Filter states added in different modules
Filter states added any individual module are added to global teal_slices
and from there become available in other modules
by setting private$available_teal_slices
in each FilteredData
.
A reactive
expression containing the slices active in this module.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.