load_pbp | R Documentation |
Loads play by play seasons from the nflverse-data repository
load_pbp(
seasons = most_recent_season(),
file_type = getOption("nflreadr.prefer", default = "rds")
)
seasons |
A numeric vector of 4-digit years associated with given NFL seasons - defaults to latest season. If set to |
file_type |
One of |
The complete nflfastR dataset as returned by nflfastR::build_nflfastR_pbp()
(see below) for all given seasons
https://nflreadr.nflverse.com/articles/dictionary_pbp.html for a web version of the data dictionary
dictionary_pbp
for the data dictionary bundled as a package dataframe
https://www.nflfastr.com/reference/build_nflfastR_pbp.html for the nflfastR function nflfastR::build_nflfastR_pbp()
Issues with this data should be filed here: https://github.com/nflverse/nflverse-pbp
try({ # prevents cran errors
load_pbp(2019:2020)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.