module_filter_manager_modal: Filter manager modal

module_filter_manager_modalR Documentation

Filter manager modal

Description

Opens a modal containing the filter manager UI.

Usage

filter_manager_modal_ui(id)

filter_manager_modal_srv(id, filtered_data_list, filter)

Arguments

id

(character(1)) shiny module id.

filtered_data_list

(named list) A list, possibly nested, of FilteredData objects. Each FilteredData will be served to one module in the teal application. The structure of the list must reflect the nesting of modules in tabs and the names of the list must match the labels of their respective modules.

filter

(teal_slices) Specifies the initial filter using teal_slices().


teal documentation built on May 29, 2024, 10:11 a.m.