Description Usage Arguments Value Examples
This function returns a nicely formattd season schedule dataframe including home and away teams, date & start time, venue information, and game code.
1 | getSeasonSchedule(season)
|
season |
Season's schedule to pull up. |
a data frame
1 2 3 4 5 6 7 8 | ## Not run:
#See the 20182019 schedule:
schedule <- getSeasonSchedule(20182019)
#See only preseason games from 20182019
schedule[schedule$gameType == 1, ]
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.