View source: R/kp_misc_stats.R
| kp_referee | R Documentation |
Get referee game log
kp_referee(referee, year)
referee |
Referee ID |
year |
Year of data to pull |
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 |
Other KP Misc. Functions:
kp_arenas(),
kp_fanmatch(),
kp_game_attrs(),
kp_hca(),
kp_officials(),
kp_trends()
try(kp_referee(referee = 714363, year = 2021))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.