Get KenPom's coaching resume data
Value
A data frame with 30 columns:
| col_name | types | description |
| year | numeric | 4-digit year. |
| team_rk | numeric | Team rk. |
| team | character | Team-side label or team identifier. |
| coach | character | Coach. |
| conf | character | character. |
| adj_t | character | Adj t. |
| adj_o | character | Adj o. |
| adj_d | character | Adj d. |
| off_e_fg_pct | character | Off e field goals percentage (0-1 decimal). |
| off_to_pct | character | Off to percentage (0-1 decimal). |
| off_or_pct | character | Off or percentage (0-1 decimal). |
| off_ft_rate | character | Off ft rate. |
| off_fg_2_pct | character | Off field goals 2 percentage (0-1 decimal). |
| off_fg_3_pct | character | Off field goals 3 percentage (0-1 decimal). |
| off_ft_pct | character | Off free throws percentage (0-1 decimal). |
| off_fg_3a_pct | character | Off field goals 3a percentage (0-1 decimal). |
| off_a_pct | character | Off a percentage (0-1 decimal). |
| off_apl | character | Off apl. |
| def_e_fg_pct | character | Def e field goals percentage (0-1 decimal). |
| def_to_pct | character | Def to percentage (0-1 decimal). |
| def_or_pct | character | Def or percentage (0-1 decimal). |
| def_ft_rate | character | Def ft rate. |
| def_fg_2_pct | character | Def field goals 2 percentage (0-1 decimal). |
| def_fg_3_pct | character | Def field goals 3 percentage (0-1 decimal). |
| def_blk_pct | character | Def blocks percentage (0-1 decimal). |
| def_fg_3a_pct | character | Def field goals 3a percentage (0-1 decimal). |
| def_a_pct | character | Def a percentage (0-1 decimal). |
| def_apl | character | Def apl. |
| foul2partic_pct | character | Foul2partic percentage (0-1 decimal). |
| wl | character | Wl. |
| wl_conf | character | Wl conf. |
| adj_t_rk | numeric | Adj t rk. |
| adj_o_rk | numeric | Adj o rk. |
| adj_d_rk | numeric | Adj d rk. |
| off_e_fg_pct_rk | numeric | Off e fg pct rk. |
| off_to_pct_rk | numeric | Off to pct rk. |
| off_or_pct_rk | numeric | Off or pct rk. |
| off_ft_rate_rk | numeric | Off ft rate rk. |
| off_fg_2_pct_rk | numeric | Off fg 2 pct rk. |
| off_fg_3_pct_rk | numeric | Off fg 3 pct rk. |
| off_ft_pct_rk | numeric | Off ft pct rk. |
| off_fg_3a_pct_rk | numeric | Off fg 3a pct rk. |
| off_a_pct_rk | numeric | Off a pct rk. |
| off_apl_rk | numeric | Off apl rk. |
| def_e_fg_pct_rk | numeric | Def e fg pct rk. |
| def_to_pct_rk | numeric | Def to pct rk. |
| def_or_pct_rk | numeric | Def or pct rk. |
| def_ft_rate_rk | numeric | Def ft rate rk. |
| def_fg_2_pct_rk | numeric | Def fg 2 pct rk. |
| def_fg_3_pct_rk | numeric | Def fg 3 pct rk. |
| def_blk_pct_rk | numeric | Def blk pct rk. |
| def_fg_3a_pct_rk | numeric | Def fg 3a pct rk. |
| def_a_pct_rk | numeric | Def a pct rk. |
| def_apl_rk | numeric | Def apl rk. |
| foul2partic_pct_rk | numeric | Foul2partic pct rk. |
| team_finish | character | Team finish. |
| ncaa_seed | numeric | Ncaa seed. |
See also
Other KenPom Historical Functions:
kp_conf(),
kp_confhistory(),
kp_confstats(),
kp_pomeroy_archive_ratings(),
kp_program_ratings(),
kp_team_history()
Examples
# \donttest{
try(kp_coach_history(coach = 'Leonard Hamilton'))
#> ✖ 2026-08-06 04:00:50.731472: Invalid arguments or no coach history data for Leonard Hamilton available!
#> ✖ Args: coach = "Leonard Hamilton"
#> ✖ Error: HTTP 403 Forbidden.
#> NULL
# }
