get_donations: Get all donations for an event from the tracker

View source: R/gdq-tracker-donations.R

get_donationsR Documentation

Get all donations for an event from the tracker

Description

Get all donations for an event from the tracker

Usage

get_donations(event = "latest", delay = 0.5)

Arguments

event

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

delay

⁠[0.5]⁠: Seconds to wait between pages. Don't annoy the webserver.

Value

A tibble.

Examples

## Not run: 
donations_sgdq2021 <- get_donations(event = "sgdq2021")

## End(Not run)

jemus42/gdqdonations documentation built on July 1, 2023, 4:04 p.m.