powered by
Retrieve metadata from the ECB time series database via the SDMX Web Service.
ecb_metadata(type, agency = NULL, id = NULL)
A data.table::data.table() with the requested metadata. The columns are:
data.table::data.table()
The agency of the metadata
The id of the metadata
The name of the metadata
(character(1)) The type of metadata to query. One of: "datastructure", "dataflow", "codelist", or "concept".
character(1)
"datastructure"
"dataflow"
"codelist"
"concept"
(NULL | character(1)) The id of the agency to query. Default NULL.
NULL
(NULL | character(1)) The id of the resource to query. Default NULL.
Other metadata: bbk_dimension(), bbk_metadata(), bdf_dimension(), bdp_dataset(), bdp_dimension(), bdp_domain(), bdp_series(), bis_dimension(), bis_metadata(), boj_metadata(), cnb_dimension(), cnb_indicators(), cnb_snapshots(), cnb_tree(), ecb_dimension(), nob_dimension(), nob_metadata(), onb_dimension(), onb_frequency(), onb_hierarchy(), onb_metadata(), onb_toc(), snb_dimension(), snb_metadata(), snb_toc(), srb_calendar(), srb_series()
bbk_dimension()
bbk_metadata()
bdf_dimension()
bdp_dataset()
bdp_dimension()
bdp_domain()
bdp_series()
bis_dimension()
bis_metadata()
boj_metadata()
cnb_dimension()
cnb_indicators()
cnb_snapshots()
cnb_tree()
ecb_dimension()
nob_dimension()
nob_metadata()
onb_dimension()
onb_frequency()
onb_hierarchy()
onb_metadata()
onb_toc()
snb_dimension()
snb_metadata()
snb_toc()
srb_calendar()
srb_series()
# \donttest{ ecb_metadata("datastructure") ecb_metadata("datastructure", "ECB") ecb_metadata("datastructure", "ECB", "ECB_EXR1") ecb_metadata("datastructure", id = "ECB_EXR1") # }
Run the code above in your browser using DataLab