powered by
Loads combine data since 2000 courtesy of PFR.
load_combine( seasons = TRUE, file_type = getOption("nflreadr.prefer", default = "rds") )
A tibble of NFL combine data 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)
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
dictionary_combine
.for_cran() # \donttest{ try({ # prevents cran errors load_combine() }) # }
Run the code above in your browser using DataLab