load_combine {nflreadr} | R Documentation |
Load Combine Data from PFR
Description
Loads combine data since 2000 courtesy of PFR.
Usage
load_combine(
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 combine data provided by Pro Football Reference.
See Also
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
Examples
try({ # prevents cran errors
load_combine()
})
[Package nflreadr version 1.4.1 Index]