Load NFL Season Schedules
This returns game/schedule information as maintained by Lee Sharpe.
fast_scraper_schedules(...)
...
: Arguments passed on to nflreadr::load_schedules
seasons
: a numeric vector of seasons to return, default TRUE
returns all available data.A tibble of game information for past and/or future games.
See nflreadr::load_schedules
for details.
# Get schedules for the whole 2015 - 2018 seasons try({# to avoid CRAN test problems fast_scraper_schedules(2015:2018) })
For information on parallel processing and progress updates please see nflfastR .
Useful links