Workflow
settings_read()
Read project settings
Reads the project settings from settings.yml or config.yml with environment-aware merging and split file resolution. Auto-discovers the settings file if not specified.
Usage
settings_read(settings_file = NULL, environment = NULL)
Arguments
- settings_file
- Path to settings file (default: auto-discover settings.yml or config.yml)
- environment
- Active environment name (default: R_CONFIG_ACTIVE or "default")
Value
The settings as a list