An example teal module
example_module.RdArguments
- label
(
character(1)) Label shown in the navigation item for the module. Any label possible except"global_filters"- read more inmappingargument of teal_slices.- datanames
(
character) A vector withdatanamesthat are relevant for the item. The filter panel will automatically update the shown filters to include only filters in the listed datasets.NULLwill hide the filter panel, and the keyword'all'will show filters of all datasets.datanamesalso determines a subset of datasets which are appended to thedataargument inserverfunction.
Value
A teal module which can be included in the modules argument to init().