powered by
Load Player Level Weekly Stats
load_player_stats( seasons = most_recent_season(), stat_type = c("offense", "defense", "kicking"), file_type = getOption("nflreadr.prefer", default = "rds") )
A tibble of week-level player statistics that aims to match NFL official box scores.
a numeric vector of seasons to return, defaults to most recent season. If set to TRUE, returns all available data.
TRUE
one of "offense", "defense", or "kicking"
"offense"
"defense"
"kicking"
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_player_stats.html for a web version of the data dictionary
dictionary_player_stats for the data dictionary
dictionary_player_stats
Issues with this data should be filed here: https://github.com/nflverse/nflverse-pbp
.for_cran() # \donttest{ try({ # prevents cran errors load_player_stats() load_player_stats(stat_type = "kicking") }) # }
Run the code above in your browser using DataLab