load_depth_charts {nflreadr} | R Documentation |
Load Weekly Depth Charts
Description
Loads depth charts for each NFL team for each week back to 2001.
Usage
load_depth_charts(
seasons = most_recent_season(),
file_type = getOption("nflreadr.prefer", default = "rds")
)
Arguments
seasons |
a numeric vector specifying what seasons to return, if |
file_type |
One of |
Value
A tibble of week-level depth charts for each team.
See Also
https://nflreadr.nflverse.com/articles/dictionary_depth_charts.html for a web version of the dictionary
dictionary_depth_charts
for the data dictionary as bundled within the package
Issues with this data should be filed here: https://github.com/nflverse/nflverse-data
Examples
try({ # prevents cran errors
load_depth_charts(2020)
})
[Package nflreadr version 1.4.1 Index]