powered by
Load ESPN's QBR
load_espn_qbr( seasons = most_recent_season(), summary_type = c("season", "week"), file_type = getOption("nflreadr.prefer", default = "rds") )
a tibble of ESPN QBR data, summarized according to summary_type
summary_type
a numeric vector of seasons to return, data available since 2006. Defaults to latest season available. TRUE will select all seasons.
One of "season" or "week", defaults to "season"
"season"
"week"
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_espn_qbr.html for a web version of the dictionary
dictionary_espn_qbr for the data dictionary as bundled within the package
dictionary_espn_qbr
Issues with this data should be filed here: https://github.com/nflverse/espnscrapeR-data
.for_cran() # \donttest{ load_espn_qbr(2020) # }
Run the code above in your browser using DataLab