seasons: A numeric vector of 4-digit years associated with given NFL seasons - defaults to latest season. If set to TRUE, returns all available data since 1999.
file_type: One of c("rds", "qs", "csv", "parquet"). Can also be set globally with options(nflreadr.prefer)
Returns
The complete nflfastR dataset as returned by nflfastR::build_nflfastR_pbp()
(see below) for all given seasons
Examples
try({# to avoid CRAN test problemspbp <- load_pbp(2019:2020)dplyr::glimpse(pbp)})