powered by
This returns game/schedule information as maintained by Lee Sharpe.
fast_scraper_schedules(...)
A tibble of game information for past and/or future games.
Arguments passed on to nflreadr::load_schedules
nflreadr::load_schedules
seasons
a numeric vector of seasons to return, default TRUE returns all available data.
TRUE
See nflreadr::load_schedules for details.
For information on parallel processing and progress updates please see nflfastR.
# \donttest{ # Get schedules for the whole 2015 - 2018 seasons try({# to avoid CRAN test problems fast_scraper_schedules(2015:2018) }) # }
Run the code above in your browser using DataLab