kp_game_attrs: *Get Game Attributes*

View source: R/kp_misc_stats.R

kp_game_attrsR Documentation

Get Game Attributes

Description

Get Game Attributes

Usage

kp_game_attrs(year = most_recent_mbb_season(), attr = "Excitement")

Arguments

year

Year of data to pull

attr

Game Attribute, valid values include:
'Excitement', 'Tension','Dominance','MinWp','FanMatch',
'Upsets','Busts','Comeback','Window'

Value

Returns a tibble with game attributes

col_name types
rk integer
data character
game character
location character
conf character
excitement numeric
year numeric

See Also

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

Examples


  try(kp_game_attrs(year = 2021, attr = "Excitement"))


hoopR documentation built on Nov. 26, 2023, 1:07 a.m.