fast_scraper_roster: Load Team Rosters for Multiple Seasons

View source: R/top-level_scraper.R

fast_scraper_rosterR Documentation

Load Team Rosters for Multiple Seasons

Description

Load Rosters

Usage

fast_scraper_roster(...)

Arguments

...

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)

Details

See nflreadr::load_rosters for details.

Value

A tibble of season-level roster data.

See Also

For information on parallel processing and progress updates please see nflfastR.

Examples


# Roster of the 2019 and 2020 seasons
try({# to avoid CRAN test problems
fast_scraper_roster(2019:2020)
})


nflfastR documentation built on Oct. 20, 2023, 5:14 p.m.