View source: R/kp_ratings_tables.R
| kp_foul_trouble | R Documentation |
Get 2-Foul Participation Stats
kp_foul_trouble(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 foul participation stats
| col_name | types |
| team | character |
| conf | character |
| two_foul_particpation_pct | numeric |
| two_foul_particpation_pct_rk | numeric |
| adj2fp | numeric |
| adj2fp_rk | numeric |
| two_foul_total_time | character |
| two_foul_total_time_rk | character |
| two_foul_time_on | character |
| two_foul_time_on_rk | character |
| bench_pct | numeric |
| bench_pct_rk | numeric |
| ncaa_seed | numeric |
| year | integer |
Other KenPom Ratings Functions:
kp_efficiency(),
kp_fourfactors(),
kp_height(),
kp_kpoy(),
kp_playerstats(),
kp_pointdist(),
kp_pomeroy_ratings(),
kp_teamstats()
try(kp_foul_trouble(min_year = 2020, max_year = most_recent_mbb_season()))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.