load_players {nflreadr} | R Documentation |
Load Players
Description
Load a dataframe of player-level information, including IDs and other mostly-immutable data (birthdates, college, draft position etc.)
Usage
load_players(file_type = getOption("nflreadr.prefer", default = "rds"))
Arguments
file_type |
One of |
Value
A tibble with one row per player.
See Also
Issues with this data should be filed here: https://github.com/nflverse/nflreadr and it will be triaged appropriately.
Examples
try({ # prevents cran errors
load_players()
})
[Package nflreadr version 1.4.1 Index]