powered by
A convenience wrapper around get_pix_transactions_by_municipality() that aggregates data at the state level.
get_pix_transactions_by_municipality()
get_pix_transactions_by_state(database, verbose = TRUE)
A tibble::tibble with PIX transaction data aggregated by state.
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 state-level aggregates for December 2025 states <- get_pix_transactions_by_state(database = "202512")
Run the code above in your browser using DataLab