Skip to contents

Get all donations for an event from the tracker

Usage

get_donations(event = "latest")

Arguments

event

["latest"] Event such as "AGDQ2021", case insensitive. The default, "latest", is an alias for [latest_event()].

Value

A tibble.

Examples

if (FALSE) { # \dontrun{

donations_sgdq2025 <- get_donations(event = "sgdq2025")
} # }