decathlon_grab: Load decathlon event points data

Description Usage Arguments Examples

View source: R/decathlon_grab.R

Description

Load decathlon event points data

Usage

1
decathlon_grab(filterEvent = "all", filterYear, filterCountry, filterRank)

Arguments

filterEvent

Character vector of either "all", "olympics", "world_championships", "gotzis", or a combination of the major events. Defaults to "all".

filterYear

(Optional) Numeric vector filter for years

filterCountry

(Optional) Character vector filter for IOC country codes. These can be found on the pertinent Wikipedia page, or accessed through the CRAN package countrycode.

filterRank

(Optional) Numeric vector filter for ranks

Examples

1
decathlon_grab("olympics", c(2000, 2008), c("EST", "USA"), 1:3)

VictorNautica/multievents documentation built on June 14, 2020, 6:42 a.m.