load_contracts {nflreadr} | R Documentation |
Loads player contracts from OverTheCap.com
load_contracts(file_type = getOption("nflreadr.prefer", default = "rds"))
file_type |
One of |
A tibble of active and non-active NFL player contracts.
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
Issues with this data should be filed here: https://github.com/nflverse/rotc
try({ # prevents cran errors
load_contracts()
})