View source: R/kp_ratings_tables.R
| kp_pointdist | R Documentation | 
Get Team Points Distribution
kp_pointdist(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 team points distributions
| col_name | types | 
| team | character | 
| conf | character | 
| off_ft_pct | numeric | 
| off_ft_pct_rk | numeric | 
| off_fg_2_pct | numeric | 
| off_fg_2_pct_rk | numeric | 
| off_fg_3_pct | numeric | 
| off_fg_3_pct_rk | numeric | 
| def_ft_pct | numeric | 
| def_ft_pct_rk | numeric | 
| def_fg_2_pct | numeric | 
| def_fg_2_pct_rk | numeric | 
| def_fg_3_pct | numeric | 
| def_fg_3_pct_rk | numeric | 
| ncaa_seed | numeric | 
| year | numeric | 
Other KenPom Ratings Functions: 
kp_efficiency(),
kp_foul_trouble(),
kp_fourfactors(),
kp_height(),
kp_kpoy(),
kp_playerstats(),
kp_pomeroy_ratings(),
kp_teamstats()
   try(kp_pointdist(min_year = 2020, max_year = 2021))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.