View source: R/load_contracts.R
load_contracts | 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()
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.