View source: R/load_espn_qbr.R
load_espn_qbr | R Documentation |
Load ESPN's QBR
load_espn_qbr(
seasons = most_recent_season(),
summary_type = c("season", "week"),
file_type = getOption("nflreadr.prefer", default = "rds")
)
seasons |
a numeric vector of seasons to return, data available since 2006. Defaults to latest season available. TRUE will select all seasons. |
summary_type |
One of |
file_type |
One of |
a tibble of ESPN QBR data, summarized according to summary_type
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
Issues with this data should be filed here: https://github.com/nflverse/espnscrapeR-data
load_espn_qbr(2020)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.