Get officials rankings
Usage
kp_officials(year = most_recent_mbb_season())Value
A data frame with the following columns:
| col_name | types | description |
| rk | integer | Rk. |
| official_name | character | Official name. |
| ref_rating | numeric | Ref rating. |
| gms | numeric | Gms. |
| last_game | character | Last game date or score string. |
| last_game_1 | character | Last game 1. |
| year | numeric | 4-digit year. |
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))
#> ✖ 2026-08-06 04:00:53.210319: Invalid arguments or no officials data for 2021 available!
#> ✖ Args: year = 2021
#> ✖ Error: HTTP 429 Too Many Requests.
#> NULL
# }
