load_combine | R Documentation |
Loads combine data since 2000 courtesy of PFR.
load_combine(
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 combine data provided by Pro Football Reference.
Issues with this data should be filed here: https://github.com/nflverse/nflverse-data
https://nflreadr.nflverse.com/articles/dictionary_combine.html for a web version of the dictionary
dictionary_combine
for the data dictionary as bundled within the package
try({ # prevents cran errors
load_combine()
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.