View source: R/load_draft_picks.R
load_draft_picks | R Documentation |
Loads every draft pick since 1980 courtesy of PFR.
load_draft_picks(
seasons = TRUE,
file_type = getOption("nflreadr.prefer", default = "rds")
)
seasons |
a numeric vector of seasons to return, default |
file_type |
One of |
A tibble of NFL draft picks provided by Pro Football Reference.
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
try({ # prevents cran errors
load_draft_picks()
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.