powered by
Data collected from an API for weekly injury report data.
load_injuries( seasons = most_recent_season(), file_type = getOption("nflreadr.prefer", default = "rds") )
a tibble of season-level injury report data.
a numeric vector of seasons to return, data available since 2009. Defaults to latest season available.
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_injuries.html for a web version of the dictionary
dictionary_injuries for the data dictionary as bundled within the package
dictionary_injuries
Issues with this data should be filed here: https://github.com/nflverse/nflverse-data
.for_cran() # \donttest{ try({# prevents cran errors load_injuries(2020) }) # }
Run the code above in your browser using DataLab