fast_scraper_roster function

Load Team Rosters for Multiple Seasons

Load Team Rosters for Multiple Seasons

Load Rosters

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)

Returns

A tibble of season-level roster data.

Details

See nflreadr::load_rosters for details.

Examples

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

See Also

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

  • Maintainer: Ben Baldwin
  • License: MIT + file LICENSE
  • Last published: 2024-11-26