View source: R/kp_ratings_tables.R
| kp_height | R Documentation |
Get Heights, Experience, Bench and Continuity Data
kp_height(min_year, max_year = most_recent_mbb_season())
min_year |
First year of data to pull |
max_year |
Last year of data to pull |
Returns a tibble of heights
| col_name | types |
| team | character |
| conf | character |
| avg_hgt | numeric |
| avg_hgt_rk | numeric |
| eff_hgt | numeric |
| eff_hgt_rk | numeric |
| c_hgt | numeric |
| c_hgt_rk | numeric |
| pf_hgt | numeric |
| pf_hgt_rk | numeric |
| sf_hgt | numeric |
| sf_hgt_rk | numeric |
| sg_hgt | numeric |
| sg_hgt_rk | numeric |
| pg_hgt | numeric |
| pg_hgt_rk | numeric |
| experience | numeric |
| experience_rk | numeric |
| bench | numeric |
| bench_rk | numeric |
| continuity | numeric |
| continuity_rk | numeric |
| ncaa_seed | numeric |
| year | integer |
Other KenPom Ratings Functions:
kp_efficiency(),
kp_foul_trouble(),
kp_fourfactors(),
kp_kpoy(),
kp_playerstats(),
kp_pointdist(),
kp_pomeroy_ratings(),
kp_teamstats()
try(kp_height(min_year = 2020, max_year = 2021))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.