Skip to contents

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_nametypesdescription
rkintegerRk.
official_namecharacterOfficial name.
ref_ratingnumericRef rating.
gmsnumericGms.
last_gamecharacterLast game date or score string.
last_game_1characterLast game 1.
yearnumeric4-digit year.

See also

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
# }