Learn R Programming

hoopR (version 2.1.0)

kp_officials: Get officials rankings

Description

Get officials rankings

Usage

kp_officials(year = most_recent_mbb_season())

Value

A data frame with the following columns:

col_nametypes
rkinteger
official_namecharacter
ref_ratingnumeric
gmsnumeric
last_gamecharacter
last_game_1character
yearnumeric

Arguments

year

Year of data to pull

See Also

Other KP Misc. Functions: kp_arenas(), kp_fanmatch(), kp_game_attrs(), kp_hca(), kp_referee(), kp_trends()

Examples

Run this code
# \donttest{
  try(kp_officials(year = 2021))
# }

Run the code above in your browser using DataLab