sync_local_sdmx_data: Synchronize One SDMX Registry Entry

View source: R/sdmx_data.R

sync_local_sdmx_dataR Documentation

Synchronize One SDMX Registry Entry

Description

Synchronize One SDMX Registry Entry

Usage

sync_local_sdmx_data(
  series_id,
  provider,
  base_url,
  agency = NULL,
  dataflow,
  version = "latest",
  key = "",
  flow_ref = NULL,
  format = NULL,
  accept = "text/csv",
  time_col = "TIME_PERIOD",
  value_col = "OBS_VALUE",
  dimension_cols = NULL,
  label = NULL,
  frequency = NULL,
  from = NULL,
  to = NULL,
  local_path = NULL,
  overlap_days = 62L
)

Arguments

series_id

Stable local series identifier.

provider

Provider dialect: oecd, ecb, bis, eurostat, or the IMF DataMapper-compatible imf adapter.

base_url

Provider REST base URL.

agency

Optional SDMX agency identifier.

dataflow

SDMX dataflow identifier.

version

SDMX dataflow version.

key

SDMX series key.

flow_ref

Optional provider-specific flow reference.

format

Provider query format.

accept

HTTP response media type.

time_col, value_col

Source observation columns.

dimension_cols

Columns identifying distinct series in the response.

label, frequency

Optional local metadata.

from, to

Optional inclusive SDMX periods.

local_path

Optional SDMX storage directory.

overlap_days

Days re-fetched around the latest local period.

Value

A local synchronization result list.


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