load_draft_picks {nflreadr} | R Documentation |
Load Draft Picks from PFR
Description
Loads every draft pick since 1980 courtesy of PFR.
Usage
load_draft_picks(
seasons = TRUE,
file_type = getOption("nflreadr.prefer", default = "rds")
)
Arguments
seasons |
a numeric vector of seasons to return, default |
file_type |
One of |
Value
A tibble of NFL draft picks provided by Pro Football Reference.
See Also
https://nflreadr.nflverse.com/articles/dictionary_draft_picks.html for the web data dictionary
dictionary_draft_picks
for the data dictionary as bundled within the package
Issues with this data should be filed here: https://github.com/nflverse/nflverse-data
Examples
try({ # prevents cran errors
load_draft_picks()
})
[Package nflreadr version 1.4.1 Index]