This function was deprecated. Please use nflreadr::load_rosters.
Arguments
- ...
Arguments passed on to
nflreadr::load_rostersseasonsa numeric vector of seasons to return, defaults to returning this year's data if it is March or later. If set to
TRUE, will return all available data. Data available back to 1920.file_typeOne of
c("rds", "qs", "csv", "parquet"). Can also be set globally withoptions(nflreadr.prefer)
Details
See nflreadr::load_rosters for details.
See also
For information on parallel processing and progress updates please see nflfastR.
Examples
# \donttest{
# Roster of the 2019 and 2020 seasons
try({# to avoid CRAN test problems
# fast_scraper_roster(2019:2020)
})
#> NULL
# }
