powered by
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") )
A tibble with one row per game per official.
a numeric vector specifying what seasons to return, if TRUE returns all available data
TRUE
One of c("rds", "qs", "csv", "parquet"). Can also be set globally with options(nflreadr.prefer)
c("rds", "qs", "csv", "parquet")
options(nflreadr.prefer)
Issues with this data should be filed here: https://github.com/nflverse/nflreadr and it will be triaged appropriately.
.for_cran() # \donttest{ try({ # prevents cran errors load_officials() }) # }
Run the code above in your browser using DataLab