| sync_local_sdmx_data | R Documentation |
Synchronize One SDMX Registry Entry
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
)
series_id |
Stable local series identifier. |
provider |
Provider dialect: |
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. |
A local synchronization result list.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.