| kp_kpoy {hoopR} | R Documentation |
Get KPoY Leaders Tables
Description
Get KPoY Leaders Tables
Usage
kp_kpoy(year = most_recent_mbb_season())
Arguments
year |
Year of data to pull (earliest year of data available: 2011) |
Value
Returns a list of tibbles: "kPoYRatings", "GameMVPs"
KPoYRatings
| col_name | types |
| rk | integer |
| player | character |
| kpoy_rating | numeric |
| team | character |
| hgt | character |
| wgt | numeric |
| exp | character |
| home_town | character |
| year | numeric |
| group | character |
GameMVPs
| col_name | types |
| rk | numeric |
| player | character |
| game_mv_ps | numeric |
| team | character |
| hgt | character |
| wgt | numeric |
| exp | character |
| home_town | character |
| year | numeric |
| group | character |
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
try(kp_kpoy(year=2021))
[Package hoopR version 2.1.0 Index]