sync_local_eia_data: Synchronize One EIA Series

View source: R/eia_data.R

sync_local_eia_dataR Documentation

Synchronize One EIA Series

Description

Synchronize One EIA Series

Usage

sync_local_eia_data(
  series_id,
  label = NULL,
  config = NULL,
  from = NULL,
  to = NULL,
  local_path = NULL,
  overlap_days = 31L,
  page_size = 5000L
)

Arguments

series_id

EIA series identifier.

label

Optional local label.

config

Optional EIA API configuration.

from, to

Optional inclusive period bounds.

local_path

Optional EIA storage directory.

overlap_days

Days re-fetched around the latest local observation.

page_size

Number of observations requested per page.

Value

A local synchronization result list.


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