powered by
Loads depth charts for each NFL team for each week back to 2001.
load_depth_charts( seasons = most_recent_season(), file_type = getOption("nflreadr.prefer", default = "rds") )
A tibble of week-level depth charts for each team.
a numeric vector specifying what seasons to return, if TRUE returns all available data. Defaults to latest season.
TRUE
One of c("rds", "qs", "csv", "parquet"). Can also be set globally with options(nflreadr.prefer)
c("rds", "qs", "csv", "parquet")
options(nflreadr.prefer)
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
dictionary_depth_charts
Issues with this data should be filed here: https://github.com/nflverse/nflverse-data
.for_cran() # \donttest{ try({ # prevents cran errors load_depth_charts(2020) }) # }
Run the code above in your browser using DataLab