format_decorators_tree: 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)
Value
List with 'global' (character vector) and 'objects' (named list) components
Arguments
- decorators
List of decorators (can be mixed: global and named lists)