Learn R Programming

hoopR (version 2.1.0)

kp_height: 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())

Value

Returns a tibble of heights

col_nametypes
teamcharacter
confcharacter
avg_hgtnumeric
avg_hgt_rknumeric
eff_hgtnumeric
eff_hgt_rknumeric
c_hgtnumeric
c_hgt_rknumeric
pf_hgtnumeric
pf_hgt_rknumeric
sf_hgtnumeric
sf_hgt_rknumeric
sg_hgtnumeric
sg_hgt_rknumeric
pg_hgtnumeric
pg_hgt_rknumeric
experiencenumeric
experience_rknumeric
benchnumeric
bench_rknumeric
continuitynumeric
continuity_rknumeric
ncaa_seednumeric
yearinteger

Arguments

min_year

First year of data to pull

max_year

Last year of data to pull

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

Run this code
# \donttest{
  try(kp_height(min_year = 2020, max_year = 2021))
# }

Run the code above in your browser using DataLab