load_schedules: Load Game/Schedule Data

View source: R/load_schedules.R

load_schedulesR Documentation

Load Game/Schedule Data

Description

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

Usage

load_schedules(seasons = TRUE)

Arguments

seasons

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

Value

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

See Also

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

Examples



try({ # prevents cran errors
 load_schedules(2020)
})



nflreadr documentation built on Sept. 8, 2023, 5:57 p.m.