powered by
A convenience wrapper that aggregates municipality data at the region level.
get_pix_transactions_by_region(database, verbose = TRUE)
A tibble::tibble with PIX transaction data aggregated by region.
Character string in "YYYYMM" format specifying which month's data to retrieve. This parameter is required.
Logical; if TRUE (default), prints progress messages.
# It usually takes much longer than 5 seconds. # Get region-level aggregates regions <- get_pix_transactions_by_region(database = "202512")
Run the code above in your browser using DataLab