settings_read: Read project settings

View source: R/config.R

settings_readR Documentation

Read project settings

Description

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


framework documentation built on Feb. 18, 2026, 1:07 a.m.