load_investdatar_config: Load Package Configuration

View source: R/core_config.R

load_investdatar_configR Documentation

Load Package Configuration

Description

Loads the package YAML configuration and caches it in package options.

Usage

load_investdatar_config(
  config_path = Sys.getenv("INVESTDATAR_CONFIG", unset = "")
)

Arguments

config_path

Optional path to the YAML config file. If omitted, the function uses the INVESTDATAR_CONFIG environment variable.

Value

A normalized configuration list.


investdatar documentation built on Aug. 21, 2026, 5:17 p.m.