Get officials rankings
Usage
kp_officials(year = most_recent_mbb_season())Value
A data frame with the following columns:
| col_name | types |
| rk | integer |
| official_name | character |
| ref_rating | numeric |
| gms | numeric |
| last_game | character |
| last_game_1 | character |
| year | numeric |
See also
Other KP Misc. Functions:
kp_arenas(),
kp_fanmatch(),
kp_game_attrs(),
kp_hca(),
kp_referee(),
kp_trends()
Examples
# \donttest{
try(kp_officials(year = 2021))
#> Error in kp_officials(year = 2021) : object 'kenpom' not found
# }
