Get Home Court Arenas
Usage
kp_arenas(year = most_recent_mbb_season())Value
A data frame with the following columns:
| col_name | types | description |
| rk | numeric | Rk. |
| team | character | Team-side label or team identifier. |
| conf | character | character. |
| arena | character | Arena. |
| alternate | character | Alternate. |
| year | numeric | 4-digit year. |
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))
#> ✖ 2026-08-06 04:00:50.363299: Invalid arguments or no arenas data available!
#> ✖ Args: year = 2021
#> ✖ Error: HTTP 403 Forbidden.
#> NULL
# }
