Learn R Programming

hoopR (version 2.1.0)

kp_confhistory: Get KenPom's historical conference ratings

Description

Get KenPom's historical conference ratings

Usage

kp_confhistory(conf)

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

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.

See Also

Other KenPom Historical Functions: kp_coach_history(), kp_confstats(), kp_conf(), kp_pomeroy_archive_ratings(), kp_program_ratings(), kp_team_history()

Examples

Run this code
# \donttest{
  try(kp_confhistory(conf = 'ACC'))
# }

Run the code above in your browser using DataLab