Skip to contents

Get referee game log

Usage

kp_referee(referee, year)

Arguments

referee

Referee ID

year

Year of data to pull

Value

A data frame with the following columns:

col_nametypes
game_numberinteger
datecharacter
time_etcharacter
gamecharacter
locationcharacter
venuecharacter
conferencecharacter
thrill_scorenumeric
referee_namecharacter
ref_ranknumeric
yearnumeric

Examples

# \donttest{
try(kp_referee(referee = 714363, year = 2021))
#> 2026-03-26 14:51:22.429159: Invalid arguments or no referee data for 714363 in 2021 available!
#> Error in kp_referee(referee = 714363, year = 2021) : 
#>   object 'kenpom' not found
# }