get_bank_stats | R Documentation |
Retrieves bank-level statistics.
get_bank_stats(
yyyymm_start,
yyyymm_end,
banks_only = TRUE,
include_growthrate = TRUE,
cache_json = TRUE,
verbose = TRUE
)
yyyymm_start |
Start calendar quarter for the time series. Accepted formats are: a six-digit integer representing YYYYMM, or a 'Date' class string. Use 'NULL' for all available dates. For a list of available series, please use 'list_dates'. |
yyyymm_end |
End calendar quarter for the time series. Accepted formats are: a six-digit integer representing YYYYMM, or a 'Date' class string. Use 'NULL' for all available dates. For a list of available series, please use 'list_dates'. |
banks_only |
TRUE. Whether only the observations related to banks should be kept. |
include_growthrate |
TRUE. Whether the quarter-on-quarter growth rate for the numeric variables should be calculated. |
cache_json |
TRUE. Whether the JSON files with the raw data should be cached locally. |
verbose |
Whether the function must inform the user as it progresses. |
A 'tibble' with the bank-level time series in a tidy format.
## Not run:
get_bank_stats(yyyymm_start = 202003, yyyymm_end = 202106, sources = "IF.data", verbose = FALSE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.