load_players | R Documentation |
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"))
file_type |
One of |
A tibble with one row per player.
Issues with this data should be filed here: https://github.com/nflverse/nflreadr and it will be triaged appropriately.
try({ # prevents cran errors
load_players()
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.