load_officials {nflreadr} | R Documentation |
Load Officials
Description
Loads data on which officials are assigned to oversee a specific game. Data available from 2015 onwards.
Usage
load_officials(
seasons = TRUE,
file_type = getOption("nflreadr.prefer", default = "rds")
)
Arguments
seasons |
a numeric vector specifying what seasons to return, if |
file_type |
One of |
Value
A tibble with one row per game per official.
See Also
Issues with this data should be filed here: https://github.com/nflverse/nflreadr and it will be triaged appropriately.
Examples
try({ # prevents cran errors
load_officials()
})
[Package nflreadr version 1.4.1 Index]