View source: R/get_nfl_schedule.R
get_nfl_schedule | R Documentation |
Get NFL schedule for a specific year from ESPN's API
get_nfl_schedule(season)
season |
Either numeric or character |
Returns a tibble
# Get all games from 2018 season, note that this will have some overlap
# between seasons, for example 2018 returns 2018-01-01 to 2018-12-31
get_nfl_schedule(season = "2018")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.