fast_scraper_roster {nflfastR} | R Documentation |
Load Team Rosters for Multiple Seasons
Description
Load Rosters
Usage
fast_scraper_roster(...)
Arguments
... |
Arguments passed on to
|
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)
})
[Package nflfastR version 4.6.1 Index]