Learn R Programming

hoopR (version 2.1.0)

kp_referee: Get referee game log

Description

Get referee game log

Usage

kp_referee(referee, year)

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

Arguments

referee

Referee ID

year

Year of data to pull

See Also

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

Examples

Run this code
# \donttest{
  try(kp_referee(referee = 714363, year = 2021))
# }

Run the code above in your browser using DataLab