Description Usage Arguments Value Examples
Scrapes a football schedule and weekly overview for a given team and season.
1 | get_schedule(teams, yrs)
|
teams |
Vector of teams for which to extract schedules. Elements
should match team names available in |
yrs |
Vector of years for which to extract schedules. Elements
should directly correspond with those passed to |
A list of data frames of the requested schedules.
1 2 3 4 5 | ## Not run:
get_schedule(c('Iowa', 'Stanford'), rep(2015, 2))
get_schedule(rep('Alabama', 3), 2010:2012)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.