assemble_donations.Rd
Aggregate all donation data from the tracker in one file
assemble_donations(events = NULL, cache = FALSE)
[NULL]
: Optional vector of file paths to individual .rds
files.
[TRUE]
: Save aggregated dataset at "data/all_donations.rds"
.
A tibble.
if (FALSE) {
assemble_donations()
}