Skip to contents

Get KenPom's team efficiency history

Usage

kp_team_history(team)

Arguments

team

Team filter to select.

Value

A data frame with the following columns:

col_nametypesdescription
yearnumeric4-digit year.
team_rknumericTeam rk.
teamcharacterTeam-side label or team identifier.
coachcharacterCoach.
confcharactercharacter.
adj_tnumericAdj t.
adj_onumericAdj o.
adj_dnumericAdj d.
off_e_fg_pctnumericOff e field goals percentage (0-1 decimal).
off_to_pctnumericOff to percentage (0-1 decimal).
off_or_pctnumericOff or percentage (0-1 decimal).
off_ft_ratenumericOff ft rate.
off_fg_2_pctnumericOff field goals 2 percentage (0-1 decimal).
off_fg_3_pctnumericOff field goals 3 percentage (0-1 decimal).
off_ft_pctnumericOff free throws percentage (0-1 decimal).
off_fg_3a_pctnumericOff field goals 3a percentage (0-1 decimal).
off_a_pctnumericOff a percentage (0-1 decimal).
off_aplnumericOff apl.
def_e_fg_pctnumericDef e field goals percentage (0-1 decimal).
def_to_pctnumericDef to percentage (0-1 decimal).
def_or_pctnumericDef or percentage (0-1 decimal).
def_ft_ratenumericDef ft rate.
def_fg_2_pctnumericDef field goals 2 percentage (0-1 decimal).
def_fg_3_pctnumericDef field goals 3 percentage (0-1 decimal).
def_blk_pctnumericDef blocks percentage (0-1 decimal).
def_fg_3a_pctnumericDef field goals 3a percentage (0-1 decimal).
def_a_pctnumericDef a percentage (0-1 decimal).
def_aplnumericDef apl.
foul2partic_pctnumericFoul2partic percentage (0-1 decimal).
wlcharacterWl.
wl_confcharacterWl conf.
adj_t_rknumericAdj t rk.
adj_o_rknumericAdj o rk.
adj_d_rknumericAdj d rk.
off_e_fg_pct_rknumericOff e fg pct rk.
off_to_pct_rknumericOff to pct rk.
off_or_pct_rknumericOff or pct rk.
off_ft_rate_rknumericOff ft rate rk.
off_fg_2_pct_rknumericOff fg 2 pct rk.
off_fg_3_pct_rknumericOff fg 3 pct rk.
off_ft_pct_rknumericOff ft pct rk.
off_fg_3a_pct_rknumericOff fg 3a pct rk.
off_a_pct_rknumericOff a pct rk.
off_apl_rknumericOff apl rk.
def_e_fg_pct_rknumericDef e fg pct rk.
def_to_pct_rknumericDef to pct rk.
def_or_pct_rknumericDef or pct rk.
def_ft_rate_rknumericDef ft rate rk.
def_fg_2_pct_rknumericDef fg 2 pct rk.
def_fg_3_pct_rknumericDef fg 3 pct rk.
def_blk_pct_rknumericDef blk pct rk.
def_fg_3a_pct_rknumericDef fg 3a pct rk.
def_a_pct_rknumericDef a pct rk.
def_apl_rknumericDef apl rk.
foul2partic_pct_rknumericFoul2partic pct rk.
team_finishcharacterTeam finish.
ncaa_seednumericNcaa seed.

Examples

  # \donttest{
    try(kp_team_history(team = 'Florida St.'))
#>  2026-08-06 04:00:54.96561: Invalid arguments or no team history data for Florida St. available!
#>  Args: team = "Florida St."
#>  Error: HTTP 429 Too Many Requests.
#> NULL
  # }