validate_yahoofinance_registry: Validate Yahoo Finance Runtime Registry

View source: R/quantmod_data.R

validate_yahoofinance_registryR Documentation

Validate Yahoo Finance Runtime Registry

Description

Compare fallback declarations in a runtime registry with the package-managed seed. Additional runtime-only ticker metadata is permitted; every seed fallback declaration must be present unchanged.

Usage

validate_yahoofinance_registry(
  registry_path = get_yahoofinance_registry_file_path(),
  seed_path = get_yahoofinance_seed_registry_path()
)

Arguments

registry_path

Runtime registry JSON path.

seed_path

Package seed registry JSON path.

Value

A list with valid, missing, and mismatched data tables.


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