Learn R Programming

ecb (version 0.4.2)

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

Description

Retrieve dimensions of series in the ECB's SDW

Usage

get_dimensions(key, ...)

Value

A list of data frames, one for each series retrieved

Arguments

key

A character string identifying the series to be retrieved

...

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

Examples

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

Run the code above in your browser using DataLab