View source: R/kp_historical_tables.R
| kp_pomeroy_archive_ratings | R Documentation |
Get KenPom's ratings archive pages
kp_pomeroy_archive_ratings(date)
date |
Date (YYYY-MM-DD) |
A data frame with 22 columns:
| col_name | types |
| adj_em_rk | numeric |
| team | character |
| conf | character |
| adj_em | numeric |
| adj_o | numeric |
| adj_o_rk | numeric |
| adj_d | numeric |
| adj_d_rk | numeric |
| adj_t | numeric |
| adj_t_rk | numeric |
| final_rk | numeric |
| final_adj_em | numeric |
| final_adj_o | numeric |
| final_adj_o_rk | numeric |
| final_adj_d | numeric |
| final_adj_d_rk | numeric |
| final_adj_t | numeric |
| final_adj_t_rk | numeric |
| rk_chg | numeric |
| em_chg | numeric |
| adj_t_chg | numeric |
| ncaa_seed | numeric |
Other KenPom Historical Functions:
kp_coach_history(),
kp_confhistory(),
kp_confstats(),
kp_conf(),
kp_program_ratings(),
kp_team_history()
try(kp_pomeroy_archive_ratings(date='2018-11-22'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.