ecb_metadata | R Documentation |
Retrieval of the metadata stored in the ECB's time series database. Access via the SDMX Web Service API of the ECB
ecb_metadata(type, agency = NULL, id = NULL)
type |
|
agency |
|
id |
|
A data.frame()
with the queried metadata.
The columns are:
agency |
The agency of the metadata |
id |
The id of the metadata |
name |
The name of the metadata |
https://data.ecb.europa.eu/help/api/metadata
Other metadata:
bbk_metadata()
ecb_metadata("datastructure")
ecb_metadata("datastructure", "ECB")
ecb_metadata("datastructure", "ECB", "ECB_EXR1")
ecb_metadata("datastructure", id = "ECB_EXR1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.