...: Arguments passed on to nflreadr::load_rosters
seasons: a 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_type: One of c("rds", "qs", "csv", "parquet"). Can also be set globally with options(nflreadr.prefer)
Returns
A tibble of season-level roster data.
Details
See nflreadr::load_rosters for details.
Examples
# Roster of the 2019 and 2020 seasonstry({# to avoid CRAN test problemsfast_scraper_roster(2019:2020)})
See Also
For information on parallel processing and progress updates please see nflfastR .