get_source_data_path: Get Source Data Path

View source: R/core_config.R

get_source_data_pathR Documentation

Get Source Data Path

Description

Resolves the local data directory for a source using the package config.

Usage

get_source_data_path(
  source,
  config = get_investdatar_config(),
  subdir = NULL,
  create = FALSE
)

Arguments

source

Character source name.

config

Optional package config list.

subdir

Optional subdirectory appended to the source data path.

create

Logical. Create the directory if it does not exist.

Value

Character scalar path.


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