Skip to contents

Aggregate all donation data from the tracker in one file

Usage

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) { # \dontrun{
assemble_donations(cache = TRUE)
} # }