powered by
Loads player contracts from OverTheCap.com
load_contracts(file_type = getOption("nflreadr.prefer", default = "rds"))
A tibble of active and non-active NFL player contracts.
One of "rds", "qs", "csv", or "parquet". Can also be set globally with options(nflreadr.prefer)
"rds"
"qs"
"csv"
"parquet"
https://overthecap.com/contract-history for a web version of the data
https://nflreadr.nflverse.com/articles/dictionary_contracts.html for a web version of the dictionary
dictionary_contracts for the data dictionary as bundled within the package
dictionary_contracts
Issues with this data should be filed here: https://github.com/nflverse/rotc
.for_cran() # \donttest{ try({ # prevents cran errors load_contracts() }) # }
Run the code above in your browser using DataLab