kp_referee {hoopR} | R Documentation |
Get referee game log
Description
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_name | types |
game_number | integer |
date | character |
time_et | character |
game | character |
location | character |
venue | character |
conference | character |
thrill_score | numeric |
referee_name | character |
ref_rank | numeric |
year | numeric |
See Also
Other KP Misc. Functions:
kp_arenas()
,
kp_fanmatch()
,
kp_game_attrs()
,
kp_hca()
,
kp_officials()
,
kp_trends()
Examples
try(kp_referee(referee = 714363, year = 2021))
[Package hoopR version 2.1.0 Index]