powered by
Loads player level season stats provided by Pro Football Reference starting with the 2018 season, primarily to augment existing nflverse data.
load_pfr_advstats( seasons = most_recent_season(), stat_type = c("pass", "rush", "rec", "def"), summary_level = c("week", "season"), file_type = getOption("nflreadr.prefer", default = "rds") )
A tibble of player statistics provided by Pro Football Reference that supplements data in nflverse
a numeric vector specifying what seasons to return, if TRUE returns all available data
TRUE
one of "pass", "rush", "rec", "def"
one of "week" (default) or "season" - some data is only available at the season level
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_pfr_passing.html for the web data dictionary
https://www.pro-football-reference.com/years/2021/passing_advanced.htm
Issues with this data should be filed here: https://github.com/nflverse/nflverse-data
.for_cran() # \donttest{ try({ # prevents cran errors load_pfr_advstats() }) # }
Run the code above in your browser using DataLab