# \donttest{
# Build nflfastR pbp for the 2018 and 2019 Super Bowls
try({# to avoid CRAN test problems
build_nflfastR_pbp(c("2018_21_NE_LA", "2019_21_SF_KC"))
})
# It is also possible to directly use the
# output of `load_schedules` as input
try({# to avoid CRAN test problems
nflreadr::load_schedules(2025) |>
dplyr::slice_tail(n = 3) |>
build_nflfastR_pbp()
})
# \dontshow{
# Close open connections for R CMD Check
future::plan("sequential")
# }
# }
Run the code above in your browser using DataLab