View source: R/load_officials.R
load_officials | R Documentation |
Loads data on which officials are assigned to oversee a specific game. Data available from 2015 onwards.
load_officials(
seasons = TRUE,
file_type = getOption("nflreadr.prefer", default = "rds")
)
seasons |
a numeric vector specifying what seasons to return, if |
file_type |
One of |
A tibble with one row per game per official.
Issues with this data should be filed here: https://github.com/nflverse/nflreadr and it will be triaged appropriately.
try({ # prevents cran errors
load_officials()
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.