Get KenPom's team efficiency history
Value
A data frame with the following 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 | numeric | Adj t. |
| adj_o | numeric | Adj o. |
| adj_d | numeric | Adj d. |
| off_e_fg_pct | numeric | Off e field goals percentage (0-1 decimal). |
| off_to_pct | numeric | Off to percentage (0-1 decimal). |
| off_or_pct | numeric | Off or percentage (0-1 decimal). |
| off_ft_rate | numeric | Off ft rate. |
| off_fg_2_pct | numeric | Off field goals 2 percentage (0-1 decimal). |
| off_fg_3_pct | numeric | Off field goals 3 percentage (0-1 decimal). |
| off_ft_pct | numeric | Off free throws percentage (0-1 decimal). |
| off_fg_3a_pct | numeric | Off field goals 3a percentage (0-1 decimal). |
| off_a_pct | numeric | Off a percentage (0-1 decimal). |
| off_apl | numeric | Off apl. |
| def_e_fg_pct | numeric | Def e field goals percentage (0-1 decimal). |
| def_to_pct | numeric | Def to percentage (0-1 decimal). |
| def_or_pct | numeric | Def or percentage (0-1 decimal). |
| def_ft_rate | numeric | Def ft rate. |
| def_fg_2_pct | numeric | Def field goals 2 percentage (0-1 decimal). |
| def_fg_3_pct | numeric | Def field goals 3 percentage (0-1 decimal). |
| def_blk_pct | numeric | Def blocks percentage (0-1 decimal). |
| def_fg_3a_pct | numeric | Def field goals 3a percentage (0-1 decimal). |
| def_a_pct | numeric | Def a percentage (0-1 decimal). |
| def_apl | numeric | Def apl. |
| foul2partic_pct | numeric | 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_coach_history(),
kp_conf(),
kp_confhistory(),
kp_confstats(),
kp_pomeroy_archive_ratings(),
kp_program_ratings()
Examples
# \donttest{
try(kp_team_history(team = 'Florida St.'))
#> # A tibble: 30 × 57
#> year team_rk team coach conf adj_t adj_o adj_d off_e_fg_pct off_to_pct
#> <dbl> <dbl> <chr> <chr> <chr> <dbl> <dbl> <dbl> <dbl> <dbl>
#> 1 2026 NA Florida … Luke… ACC 70.5 118. 105. 52.3 15.2
#> 2 2025 NA Florida … Leon… ACC 69.7 109. 101. 50.7 17.5
#> 3 2024 NA Florida … Leon… ACC 71.1 111. 101. 50.3 16.4
#> 4 2023 NA Florida … Leon… ACC 68.6 105. 108. 49.3 17.6
#> 5 2022 NA Florida … Leon… ACC 67.8 105. 99.1 49 18.1
#> 6 2021 NA Florida … Leon… ACC 69.9 115. 92.8 54 20.4
#> 7 2020 NA Florida … Leon… ACC 69.9 112. 91.5 51.9 18.9
#> 8 2019 NA Florida … Leon… ACC 68.6 113. 90.4 50.5 18.9
#> 9 2018 NA Florida … Leon… ACC 71.2 114. 96.5 53.2 17.8
#> 10 2017 NA Florida … Leon… ACC 71.3 116. 95.5 53.7 16.4
#> # ℹ 20 more rows
#> # ℹ 47 more variables: off_or_pct <dbl>, off_ft_rate <dbl>, off_fg_2_pct <dbl>,
#> # off_fg_3_pct <dbl>, off_ft_pct <dbl>, off_fg_3a_pct <dbl>, off_a_pct <dbl>,
#> # off_apl <dbl>, def_e_fg_pct <dbl>, def_to_pct <dbl>, def_or_pct <dbl>,
#> # def_ft_rate <dbl>, def_fg_2_pct <dbl>, def_fg_3_pct <dbl>,
#> # def_blk_pct <dbl>, def_fg_3a_pct <dbl>, def_a_pct <dbl>, def_apl <dbl>,
#> # foul2partic_pct <dbl>, wl <chr>, wl_conf <chr>, adj_t_rk <dbl>, …
# }
