bde_catalog_load | R Documentation |
Load the time-series catalogs provided by BdE.
bde_catalog_load(
catalog = c("ALL", "BE", "SI", "TC", "TI", "PB"),
parse_dates = TRUE,
cache_dir = NULL,
update_cache = FALSE,
verbose = FALSE
)
catalog |
A single value indicating the catalogs to be updated
or |
parse_dates |
Logical. If |
cache_dir |
A path to a cache directory. The directory can also be set
via options with |
update_cache |
Logical. If |
verbose |
Logical |
Accepted values for catalog
are:
CODE | PUBLICATION | UPDATE FREQUENCY | FREQUENCY |
"BE" | Statistical Bulletin | Daily | Monthly |
"SI" | Summary Indicators | Daily | Daily |
"TC" | Exchange Rates | Daily | Daily |
"TI" | Interest Rates | Daily | Daily |
"PB" | Bank Lending Survey | Quarterly | Quarterly |
Use "ALL"
as a shorthand for updating all the catalogs at a glance.
If the requested catalog is not cached bde_catalog_update()
is invoked.
A tibble
object.
Time-series bulk data download.
Other catalog:
bde_catalog_search()
,
bde_catalog_update()
bde_catalog_load("TI", verbose = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.