powered by
Retrieves fraud statistics for multiple months and combines them into a single tibble.
get_pix_fraud_stats_multi(databases, ...)
A tibble::tibble with combined fraud statistics.
Character vector of year-months in "YYYYMM" format.
Additional arguments passed to get_pix_fraud_stats().
get_pix_fraud_stats()
# It usually takes much longer than 5 seconds. # Get fraud data for Q3 2025 q3_fraud <- get_pix_fraud_stats_multi( databases = c("202507", "202508", "202509") )
Run the code above in your browser using DataLab