powered by
Loads every draft pick since 1980 courtesy of PFR.
load_draft_picks( seasons = TRUE, file_type = getOption("nflreadr.prefer", default = "rds") )
A tibble of NFL draft picks provided by Pro Football Reference.
a numeric vector of seasons to return, default TRUE returns all available data
TRUE
One of c("rds", "qs", "csv", "parquet"). Can also be set globally with options(nflreadr.prefer)
c("rds", "qs", "csv", "parquet")
options(nflreadr.prefer)
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
dictionary_draft_picks
Issues with this data should be filed here: https://github.com/nflverse/nflverse-data
.for_cran() # \donttest{ try({ # prevents cran errors load_draft_picks() }) # }
Run the code above in your browser using DataLab