Get Credit Indicators from Abecip (DEPRECATED)
get_abecip_indicators.RdGet Credit Indicators from Abecip (DEPRECATED)
Arguments
- table
Character. One of
'sbpe'(default),'units', or'cgi'.- cached
Logical. If
TRUE, attempts to load data from package cache using the unified dataset architecture.- quiet
Logical. If
TRUE, suppresses progress messages and warnings. IfFALSE(default), provides detailed progress reporting.- max_retries
Integer. Maximum number of retry attempts for failed downloads. Defaults to 3.
Value
Either a named list (when table is 'all') or a tibble
(for specific tables). The return includes metadata attributes:
- download_info
List with download statistics
- source
Data source used (web or cache)
- download_time
Timestamp of download
Details
Downloads housing credit data from Abecip including SBPE monetary flows, financed units, and home-equity loan data.
Deprecation
This function is deprecated since v0.4.0.
Use get_dataset("abecip") instead:
# Old way:
data <- get_abecip_indicators()
# New way:
data <- get_dataset("abecip")