Get Credit Indicators from Abecip
Usage
get_abecip_indicators(
table = "sbpe",
cached = FALSE,
quiet = FALSE,
max_retries = 3L
)
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.
If FALSE (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.