A convenience wrapper that aggregates municipality data at the region level.
Usage
get_pix_transactions_by_region(database, verbose = TRUE)
Arguments
- database
Character string in "YYYYMM" format specifying which month's
data to retrieve. This parameter is required.
- verbose
Logical; if TRUE (default), prints progress messages.
Value
A tibble::tibble with PIX transaction data aggregated by region.
Examples
if (FALSE) # It usually takes much longer than 5 seconds.
# Get region-level aggregates
regions <- get_pix_transactions_by_region(database = "202512")
# \dontrun{}