select_decorators: Subset decorators based on the scope
Description
Subset decorators based on the scope
Usage
select_decorators(decorators, scope)
Value
A list of teal_transform_module objects matching the given scope and all.
Returns an empty list if scope and all is not found in decorators.
Arguments
- decorators
(named list) a named list of decorators to subset.
- scope
(character(1)) a decorator name to include.