get_investdatar_config: Get Package Configuration

View source: R/core_config.R

get_investdatar_configR Documentation

Get Package Configuration

Description

Returns the cached package configuration, loading it from YAML if needed.

Usage

get_investdatar_config(
  reload = FALSE,
  config_path = Sys.getenv("INVESTDATAR_CONFIG", unset = "")
)

Arguments

reload

Logical. Reload from disk even if configuration is already cached.

config_path

Optional config path used when reload = TRUE or the cache is empty.

Value

A configuration list.


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