kp_height {hoopR} | R Documentation |
Get Heights, Experience, Bench and Continuity Data
Description
Get Heights, Experience, Bench and Continuity Data
Usage
kp_height(min_year, max_year = most_recent_mbb_season())
Arguments
min_year |
First year of data to pull |
max_year |
Last year of data to pull |
Value
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 |
See Also
Other KenPom Ratings Functions:
kp_efficiency()
,
kp_foul_trouble()
,
kp_fourfactors()
,
kp_kpoy()
,
kp_playerstats()
,
kp_pointdist()
,
kp_pomeroy_ratings()
,
kp_teamstats()
Examples
try(kp_height(min_year = 2020, max_year = 2021))
[Package hoopR version 2.1.0 Index]