ecb_metadata: Returns the available ECB metadata

View source: R/ecb.R

ecb_metadataR Documentation

Returns the available ECB metadata

Description

Retrieval of the metadata stored in the ECB's time series database. Access via the SDMX Web Service API of the ECB

Usage

ecb_metadata(type, agency = NULL, id = NULL)

Arguments

type

character(1) the type of metadata to query. One of: "datastructure", "dataflow", "codelist", or "concept".

agency

character(1) id of the agency to query. Default NULL.

id

character(1) id of the resource to query. Default NULL.

Value

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

Source

https://data.ecb.europa.eu/help/api/metadata

See Also

Other metadata: bbk_metadata()

Examples


ecb_metadata("datastructure")
ecb_metadata("datastructure", "ECB")
ecb_metadata("datastructure", "ECB", "ECB_EXR1")
ecb_metadata("datastructure", id = "ECB_EXR1")


bbk documentation built on Sept. 11, 2024, 8:02 p.m.