Learn R Programming

nflreadr (version 1.4.1)

load_combine: 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")
)

Value

A tibble of NFL combine data provided by Pro Football Reference.

Arguments

seasons

a numeric vector of seasons to return, default TRUE returns all available data

file_type

One of c("rds", "qs", "csv", "parquet"). Can also be set globally with options(nflreadr.prefer)

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

Run this code
.for_cran()
# \donttest{
try({ # prevents cran errors
  load_combine()
})
# }

Run the code above in your browser using DataLab