Aggregate all donation data from the tracker in one file

assemble_donations(events = NULL, cache = FALSE)

Arguments

events

[NULL]: Optional vector of file paths to individual .rds files.

cache

[TRUE]: Save aggregated dataset at "data/all_donations.rds".

Value

A tibble.

Examples

if (FALSE) {
assemble_donations()
}