Get Home Court Arenas
Usage
kp_arenas(year = most_recent_mbb_season())Value
A data frame with the following columns:
| col_name | types |
| rk | numeric |
| team | character |
| conf | character |
| arena | character |
| alternate | character |
| year | numeric |
See also
Other KP Misc. Functions:
kp_fanmatch(),
kp_game_attrs(),
kp_hca(),
kp_officials(),
kp_referee(),
kp_trends()
Examples
# \donttest{
try(kp_arenas(year=2021))
#> Error in kp_arenas(year = 2021) : object 'kenpom' not found
# }
