filter_event_donations: Pick donations made during the event

Description Usage Arguments Value Examples

Description

Pick donations made during the event

Usage

1
filter_event_donations(donations, runs)

Arguments

donations

donations data frame

runs

runs data frame

Value

data frame containing information about donations made during the event

Examples

1
2
3
4
data("sgdq2016_donations")
data("sgdq2016_runs")

sgdq2016 <- filter_event_donations(sgdq2016_donations, sgdq2016_runs)

bkkkk/gdqData documentation built on May 12, 2019, 9:28 p.m.