Learn R Programming

hoopR (version 2.1.0)

kp_kpoy: Get KPoY Leaders Tables

Description

Get KPoY Leaders Tables

Usage

kp_kpoy(year = most_recent_mbb_season())

Value

Returns a list of tibbles: "kPoYRatings", "GameMVPs"

KPoYRatings

col_nametypes
rkinteger
playercharacter
kpoy_ratingnumeric
teamcharacter
hgtcharacter
wgtnumeric
expcharacter
home_towncharacter
yearnumeric
groupcharacter

GameMVPs

col_nametypes
rknumeric
playercharacter
game_mv_psnumeric
teamcharacter
hgtcharacter
wgtnumeric
expcharacter
home_towncharacter
yearnumeric
groupcharacter

Arguments

year

Year of data to pull (earliest year of data available: 2011)

See Also

Other KenPom Ratings Functions: kp_efficiency(), kp_foul_trouble(), kp_fourfactors(), kp_height(), kp_playerstats(), kp_pointdist(), kp_pomeroy_ratings(), kp_teamstats()

Examples

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

Run the code above in your browser using DataLab