filter_manager_module_srv {teal} | R Documentation |
Module specific filter manager
Description
Tracks filter states in a single module.
Usage
filter_manager_module_srv(id, module_fd, slices_global)
Arguments
id |
( |
module_fd |
( |
slices_global |
(
|
Details
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
.
Value
A reactive
expression containing the slices active in this module.