Import Indicators from the Abrainc-Fipe Report
Source:R/get_abrainc_indicators.R
get_abrainc_indicators.RdImport Indicators from the Abrainc-Fipe Report
Usage
get_abrainc_indicators(
table = "indicator",
cached = FALSE,
quiet = FALSE,
max_retries = 3L
)Source
Abrainc-Fipe available at https://www.fipe.org.br/pt-br/indices/abrainc
Arguments
- table
Character. One of
'indicator'(default),'radar','leading', or'all'.- 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.