kp_foul_trouble: *Get 2-Foul Participation Stats*

View source: R/kp_ratings_tables.R

kp_foul_troubleR Documentation

Get 2-Foul Participation Stats

Description

Get 2-Foul Participation Stats

Usage

kp_foul_trouble(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 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

See Also

Other KenPom Ratings Functions: kp_efficiency(), kp_fourfactors(), kp_height(), kp_kpoy(), kp_playerstats(), kp_pointdist(), kp_pomeroy_ratings(), kp_teamstats()

Examples


  try(kp_foul_trouble(min_year = 2020, max_year = most_recent_mbb_season()))


hoopR documentation built on Nov. 26, 2023, 1:07 a.m.