| kp_officials {hoopR} | R Documentation |
Get officials rankings
Description
Get officials rankings
Usage
kp_officials(year = most_recent_mbb_season())
Arguments
year |
Year of data to pull |
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
try(kp_officials(year = 2021))
[Package hoopR version 2.1.0 Index]