get_dimensions: Retrieve dimensions of series in the ECB's SDW

View source: R/main.R

get_dimensionsR Documentation

Retrieve dimensions of series in the ECB's SDW

Description

Retrieve dimensions of series in the ECB's SDW

Usage

get_dimensions(key, ...)

Arguments

key

A character string identifying the series to be retrieved

...

Arguments passed to GET (e.g. timeout(10) to add maximum request time)

Value

A list of data frames, one for each series retrieved

Examples

hicp_dims <- get_dimensions("ICP.M.U2.N.000000.4.ANR")
hicp_dims[[1]]

ecb documentation built on April 20, 2023, 5:07 p.m.