format_decorators_tree: Format decorators in a tree structure

View source: R/modules.R

format_decorators_treeR Documentation

Format decorators in a tree structure

Description

Formats decorators showing global decorators and object-specific decorators in a tree structure. Returns a list with 'global' and 'objects' components.

Usage

format_decorators_tree(decorators)

Arguments

decorators

List of decorators (can be mixed: global and named lists)

Value

List with 'global' (character vector) and 'objects' (named list) components


teal documentation built on June 30, 2026, 5:11 p.m.