Learn R Programming

hoopR (version 2.1.0)

kp_coach_history: Get KenPom's coaching resume data

Description

Get KenPom's coaching resume data

Usage

kp_coach_history(coach)

Value

A data frame with 30 columns:

col_nametypes
yearnumeric
team_rknumeric
teamcharacter
coachcharacter
confcharacter
adj_tcharacter
adj_ocharacter
adj_dcharacter
off_e_fg_pctcharacter
off_to_pctcharacter
off_or_pctcharacter
off_ft_ratecharacter
off_fg_2_pctcharacter
off_fg_3_pctcharacter
off_ft_pctcharacter
off_fg_3a_pctcharacter
off_a_pctcharacter
off_aplcharacter
def_e_fg_pctcharacter
def_to_pctcharacter
def_or_pctcharacter
def_ft_ratecharacter
def_fg_2_pctcharacter
def_fg_3_pctcharacter
def_blk_pctcharacter
def_fg_3a_pctcharacter
def_a_pctcharacter
def_aplcharacter
foul2partic_pctcharacter
wlcharacter
wl_confcharacter
adj_t_rknumeric
adj_o_rknumeric
adj_d_rknumeric
off_e_fg_pct_rknumeric
off_to_pct_rknumeric
off_or_pct_rknumeric
off_ft_rate_rknumeric
off_fg_2_pct_rknumeric
off_fg_3_pct_rknumeric
off_ft_pct_rknumeric
off_fg_3a_pct_rknumeric
off_a_pct_rknumeric
off_apl_rknumeric
def_e_fg_pct_rknumeric
def_to_pct_rknumeric
def_or_pct_rknumeric
def_ft_rate_rknumeric
def_fg_2_pct_rknumeric
def_fg_3_pct_rknumeric
def_blk_pct_rknumeric
def_fg_3a_pct_rknumeric
def_a_pct_rknumeric
def_apl_rknumeric
foul2partic_pct_rknumeric
team_finishcharacter
ncaa_seednumeric

Arguments

coach

Coach filter to select.

See Also

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

Examples

Run this code
  # \donttest{
   try(kp_coach_history(coach = 'Leonard Hamilton'))
  # }


Run the code above in your browser using DataLab