View source: R/load_schedules.R
load_schedules | R Documentation |
This returns game/schedule information as maintained by Lee Sharpe.
load_schedules(seasons = TRUE)
seasons |
a numeric vector of seasons to return, default |
A tibble of game information for past and/or future games.
https://nflreadr.nflverse.com/articles/dictionary_schedules.html for a web version of the data dictionary
dictionary_schedules
for the data dictionary as a dataframe
Issues with this data should be filed here: https://github.com/nflverse/nfldata
try({ # prevents cran errors
load_schedules(2020)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.