sync_local_fred_data: Synchronize Local FRED Data

View source: R/fred_data.R

sync_local_fred_dataR Documentation

Synchronize Local FRED Data

Description

Synchronize Local FRED Data

Usage

sync_local_fred_data(
  series_id,
  config = NULL,
  local_path = NULL,
  from_server = FALSE,
  tz = "America/Chicago"
)

Arguments

series_id

FRED series identifier.

config

Optional FRED API config.

local_path

Optional local storage path.

from_server

Logical. If TRUE, use the FRED server-reported update time. Otherwise use a frequency-based fallback.

tz

Time zone used for source update time inference.

Value

A sync result list.


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