Description Usage Arguments Value Examples
This function returns a data frame of events for the pga tour between specific years, or at specific courses/tournaments
1 2 | getPGAEvents(startYear = 0, endYear = 10000, course = NA,
tournament = NA)
|
integer |
input first year of events to return, Defaults to 0 (no lower bound) |
integer |
input last year of events to return, Defaults to 10000 (no upper bound) |
string |
course Name of course to filter by |
string |
tournament Name of tournament to filter by |
Data Frame of events for the given year range.
1 | getEventsForYears(2010, 2015)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.