Helper Logic to parse and structure settings YAML
Usage
read_settings(path, name)
Arguments
- path
Character string with path to the settings YAML file.
- name
Character string with the name of the settings YAML file.
Value
A list with parsed settings or NULL if not a valid settings file.