get_dimensions {ecb} | R 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]]
[Package ecb version 0.4.2 Index]