| get_source_data_sdmx | R Documentation |
Retrieve Data From An SDMX Provider
get_source_data_sdmx(
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,
last_n_observations = NULL
)
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. |
last_n_observations |
Optional number of latest observations requested per matching SDMX series. |
A standardized long data.table retaining original SDMX columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.