bde_catalog_update {tidyBdE} | R Documentation |
Update BdE catalogs
Description
Update the time-series catalogs provided by BdE.
Usage
bde_catalog_update(
catalog = c("ALL", "BE", "SI", "TC", "TI", "PB"),
cache_dir = NULL,
verbose = FALSE
)
Arguments
catalog |
A vector of characters indicating the catalogs to be updated
or |
cache_dir |
A path to a cache directory. The directory can also be set
via options with |
verbose |
Logical |
Details
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.
Value
None. Downloads the catalog file(s) to the local machine.
Source
Time-series bulk data download.
See Also
Other catalog:
bde_catalog_load()
,
bde_catalog_search()
Examples
bde_catalog_update("TI", verbose = TRUE)
[Package tidyBdE version 0.3.6 Index]