Get Game Attributes
Usage
kp_game_attrs(year = most_recent_mbb_season(), attr = "Excitement")Value
Returns a tibble with game attributes
| col_name | types | description |
| rk | integer | Rk. |
| data | character | Data. |
| game | character | Game. |
| location | character | Location. |
| conf | character | character. |
| excitement | numeric | Excitement. |
| year | numeric | 4-digit year. |
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"))
#> ✖ 2026-08-06 04:00:52.165254: Invalid arguments or no game attributes data for Excitement available!
#> ✖ Args: year = 2021, attr = "Excitement"
#> ✖ Error: HTTP 403 Forbidden.
#> NULL
# }
