Skip to contents

Gets active projr settings, which merges settings and resolves conflicts between local (_projr-local.yml), profile (_projr-<projr>.yml or as - keys in _projr.yml) and default (_projr.yml) settings. Where there are conflicts, local settings has highest precedence (i.e. are always preferred) and default settings have lowest precedence (i.e. are never preferred).

Note that an error is thrown if the active settings are invalid.

Usage

projr_yml_get()

Value

A named list, if the settings are valid.

See also

projr_yml_get_unchecked,projr_yml_check