Learn R Programming

hoopR (version 2.1.0)

kp_pointdist: Get Team Points Distribution

Description

Get Team Points Distribution

Usage

kp_pointdist(min_year, max_year = most_recent_mbb_season())

Value

Returns a tibble of team points distributions

col_nametypes
teamcharacter
confcharacter
off_ft_pctnumeric
off_ft_pct_rknumeric
off_fg_2_pctnumeric
off_fg_2_pct_rknumeric
off_fg_3_pctnumeric
off_fg_3_pct_rknumeric
def_ft_pctnumeric
def_ft_pct_rknumeric
def_fg_2_pctnumeric
def_fg_2_pct_rknumeric
def_fg_3_pctnumeric
def_fg_3_pct_rknumeric
ncaa_seednumeric
yearnumeric

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_height(), kp_kpoy(), kp_playerstats(), kp_pomeroy_ratings(), kp_teamstats()

Examples

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

Run the code above in your browser using DataLab