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_nametypesdescription
game_numberintegerGame number.
datecharacterDate in YYYY-MM-DD format.
time_etcharacterTime et.
gamecharacterGame.
locationcharacterLocation.
venuecharacterVenue name.
conferencecharacterConference.
thrill_scorenumericThrill score.
referee_namecharacterReferee name.
ref_ranknumericLeague/season rank for ref.
yearnumeric4-digit year.

Examples

# \donttest{
try(kp_referee(referee = 714363, year = 2021))
#>  2026-08-06 04:00:54.619313: Invalid arguments or no referee data for 714363 in 2021 available!
#>  Args: referee = 714363, year = 2021
#>  Error: HTTP 429 Too Many Requests.
#> NULL
# }