Learn R Programming

hoopR (version 2.1.0)

kp_arenas: Get Home Court Arenas

Description

Get Home Court Arenas

Usage

kp_arenas(year = most_recent_mbb_season())

Value

A data frame with the following columns:

col_nametypes
rknumeric
teamcharacter
confcharacter
arenacharacter
alternatecharacter
yearnumeric

Arguments

year

Year of data to pull

See Also

Other KP Misc. Functions: kp_fanmatch(), kp_game_attrs(), kp_hca(), kp_officials(), kp_referee(), kp_trends()

Examples

Run this code
# \donttest{
  try(kp_arenas(year=2021))
# }

Run the code above in your browser using DataLab