kp_game_attrs {hoopR}R 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"))


[Package hoopR version 2.1.0 Index]