Get Game Attributes
Usage
kp_game_attrs(year = most_recent_mbb_season(), attr = "Excitement")Value
Returns a tibble with game attributes
| col_name | types |
| rk | integer |
| data | character |
| game | character |
| location | character |
| conf | character |
| excitement | numeric |
| year | numeric |
See also
Other KP Misc. Functions:
kp_arenas(),
kp_fanmatch(),
kp_hca(),
kp_officials(),
kp_referee(),
kp_trends()
Examples
# \donttest{
try(kp_game_attrs(year = 2021, attr = "Excitement"))
#> Error in kp_game_attrs(year = 2021, attr = "Excitement") :
#> object 'kenpom' not found
# }
