load_contracts {nflreadr} | R Documentation |
Load Historical Player Contracts from OverTheCap.com
Description
Loads player contracts from OverTheCap.com
Usage
load_contracts(file_type = getOption("nflreadr.prefer", default = "rds"))
Arguments
file_type |
One of |
Value
A tibble of active and non-active NFL player contracts.
See Also
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
Examples
try({ # prevents cran errors
load_contracts()
})
[Package nflreadr version 1.4.1 Index]