get_dataflows {ecb} | R Documentation |
Retrieve data frame of all datasets in the ECB Statistical Data Warehouse
Description
Retrieve data frame of all datasets in the ECB Statistical Data Warehouse
Usage
get_dataflows(...)
Arguments
... |
Arguments passed to GET (e.g. timeout(10) to add maximum request time) |
Value
A dataframe
Examples
df <- get_dataflows()
head(df)
[Package ecb version 0.4.2 Index]