R/load_pbp.R

Defines functions load_pbp

Documented in load_pbp

#' @inherit nflreadr::load_pbp
#' @inheritDotParams nflreadr::load_pbp
#' @param ... Arguments passed on to nflreadr::load_pbp
#' @examples
#' \donttest{
#' try({# to avoid CRAN test problems
#' pbp <- load_pbp(2019:2020)
#' dplyr::glimpse(pbp)
#' })
#' }
#' @export
load_pbp <- function(...) nflreadr::load_pbp(...)

Try the nflfastR package in your browser

Any scripts or data that you put into this service are public.

nflfastR documentation built on May 29, 2024, 6:55 a.m.