Get KenPom's program ratings
Value
A data frame with 17 columns:
| col_name | types | description |
| rk | numeric | Rk. |
| team | character | Team-side label or team identifier. |
| conf | character | character. |
| rtg | numeric | Rtg. |
| best_rk | numeric | Best rk. |
| best_yr | numeric | Best yr. |
| worst_rk | numeric | Worst rk. |
| worst_yr | numeric | Worst yr. |
| kp_median | numeric | Kp median. |
| top10 | numeric | Top10. |
| top25 | numeric | Top25. |
| top50 | numeric | Top50. |
| ch | numeric | Ch. |
| f4 | numeric | F4. |
| s16 | numeric | S16. |
| r1 | numeric | R1. |
| chg | numeric | Chg. |
See also
Other KenPom Historical Functions:
kp_coach_history(),
kp_conf(),
kp_confhistory(),
kp_confstats(),
kp_pomeroy_archive_ratings(),
kp_team_history()
Examples
# \donttest{
try(kp_program_ratings())
#> Error in mget(setdiff(names(formals()), "...")) : invalid first argument
# }
