powered by
Load a dataframe of player-level information, including IDs and other mostly-immutable data (birthdates, college, draft position etc.)
load_players(file_type = getOption("nflreadr.prefer", default = "rds"))
A tibble with one row per player.
One of c("rds", "qs", "csv", "parquet"). Can also be set globally with options(nflreadr.prefer)
c("rds", "qs", "csv", "parquet")
options(nflreadr.prefer)
Issues with this data should be filed here: https://github.com/nflverse/nflreadr and it will be triaged appropriately.
.for_cran() # \donttest{ try({ # prevents cran errors load_players() }) # }
Run the code above in your browser using DataLab