View source: R/load_depth_charts.R
load_depth_charts | R Documentation |
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")
)
seasons |
a numeric vector specifying what seasons to return, if |
file_type |
One of |
A tibble of week-level depth charts for each team.
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
try({ # prevents cran errors
load_depth_charts(2020)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.