An example teal
module
example_module.Rd
Arguments
- label
(
character(1)
) Label shown in the navigation item for the module. Any label possible except"global_filters"
- read more inmapping
argument of teal_slices.- datanames
(
character
) A vector withdatanames
that are relevant for the item. The filter panel will automatically update the shown filters to include only filters in the listed datasets.NULL
will hide the filter panel, and the keyword'all'
will show filters of all datasets.datanames
also determines a subset of datasets which are appended to thedata
argument inserver
function.
Value
A teal
module which can be included in the modules
argument to init()
.