Skip to contents

Get KenPom's historical conference ratings

Usage

kp_confhistory(conf)

Arguments

conf

Used to limit to players in a specific conference.

Allowed values are: 'A10', 'ACC', 'AE', 'AMER', 'ASUN', 'B10', 'B12', 'BE', 'BSKY', 'BSTH', 'BW', 'CAA', 'CUSA', 'HORZ', 'IND', IVY', 'MAAC', 'MAC', 'MEAC', 'MVC', 'MWC', 'NEC', 'OVC', 'P12', 'PAT', 'SB', 'SC', 'SEC', 'SLND', 'SUM', 'SWAC', 'WAC', 'WCC'.

If you try to use a conference that doesn't exist for a given season, like 'IND' and '2018', you'll get an empty table, as kenpom.com doesn't serve 404 pages for invalid table queries like that. No filter applied by default.

Value

A data frame with the following columns:

col_nametypes
yearinteger
rankcharacter
temponumeric
efficiencynumeric
e_fg_pctnumeric
to_pctnumeric
or_pctnumeric
ft_ratenumeric
fg_2_pctnumeric
fg_3_pctnumeric
ft_pctnumeric
fg_3a_pctnumeric
a_pctnumeric
blk_pctnumeric
stl_pctnumeric
home_recordcharacter
bidscharacter
s16character
f4character
chcharacter
reg_season_champcharacter
tourney_champcharacter
best_teamcharacter

Examples

# \donttest{
  try(kp_confhistory(conf = 'ACC'))
#> Error in kp_confhistory(conf = "ACC") : object 'kenpom' not found
# }