Learn R Programming

hoopR (version 2.1.0)

kp_foul_trouble: Get 2-Foul Participation Stats

Description

Get 2-Foul Participation Stats

Usage

kp_foul_trouble(min_year, max_year = most_recent_mbb_season())

Value

Returns a tibble of foul participation stats

col_nametypes
teamcharacter
confcharacter
two_foul_particpation_pctnumeric
two_foul_particpation_pct_rknumeric
adj2fpnumeric
adj2fp_rknumeric
two_foul_total_timecharacter
two_foul_total_time_rkcharacter
two_foul_time_oncharacter
two_foul_time_on_rkcharacter
bench_pctnumeric
bench_pct_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_fourfactors(), kp_height(), kp_kpoy(), kp_playerstats(), kp_pointdist(), kp_pomeroy_ratings(), kp_teamstats()

Examples

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

Run the code above in your browser using DataLab