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
| Argument | Description |
|---|---|
settings_file
|
Path to settings file (default: auto-discover settings.yml or config.yml) |
environment
|
Active environment name (default: R_CONFIG_ACTIVE or "default") |
Returns
The settings as a list
Source: R/config.R