| kp_arenas {hoopR} | R Documentation |
Get Home Court Arenas
Description
Get Home Court Arenas
Usage
kp_arenas(year = most_recent_mbb_season())
Arguments
year |
Year of data to pull |
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
try(kp_arenas(year=2021))
[Package hoopR version 2.1.0 Index]