Description Usage Arguments Examples
View source: R/decathlon_grab.R
Load decathlon event points data
1 | decathlon_grab(filterEvent = "all", filterYear, filterCountry, filterRank)
|
filterEvent |
Character vector of either |
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 |
filterRank |
(Optional) Numeric vector filter for ranks |
1 | decathlon_grab("olympics", c(2000, 2008), c("EST", "USA"), 1:3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.