Skip to contents

Bar of buttons that open modal dialogs.

Usage

wunder_bar_ui(id)

wunder_bar_srv(id, datasets, filter, modules)

Arguments

id

(character(1)) module id

datasets

(named list of FilteredData) object to store filter state and filtered datasets, shared across modules. For more details see teal.slice::FilteredData. Structure of the list must be the same as structure of the modules argument and list names must correspond to the labels in modules. When filter is not module-specific then list contains the same object in all elements.

filter

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

modules

(teal_modules) object containing the output modules which will be displayed in the teal application. See modules() and module() for more details.

Value

Nothing is returned.

Details

Creates a bar of buttons that open modal dialogs where manager modules reside. Currently contains three modules:

The bar is placed in the teal app UI, next to the filter panel hamburger.