Learn R Programming

nflfastR (version 5.0.0)

fast_scraper_schedules: Load NFL Season Schedules

Description

This returns game/schedule information as maintained by Lee Sharpe.

Usage

fast_scraper_schedules(...)

Value

A tibble of game information for past and/or future games.

Arguments

...

Arguments passed on to nflreadr::load_schedules

seasons

a numeric vector of seasons to return, default TRUE returns all available data.

Details

See nflreadr::load_schedules for details.

See Also

For information on parallel processing and progress updates please see nflfastR.

Examples

Run this code
# \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