View source: R/kp_ratings_tables.R
| kp_kpoy | R Documentation |
Get KPoY Leaders Tables
kp_kpoy(year = most_recent_mbb_season())
year |
Year of data to pull (earliest year of data available: 2011) |
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 |
Other KenPom Ratings Functions:
kp_efficiency(),
kp_foul_trouble(),
kp_fourfactors(),
kp_height(),
kp_playerstats(),
kp_pointdist(),
kp_pomeroy_ratings(),
kp_teamstats()
try(kp_kpoy(year=2021))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.