Learn R Programming

hoopR (version 2.1.0)

kp_gameplan: Get KenPom's team game plan page

Description

Get KenPom's team game plan page

Usage

kp_gameplan(team, year = 2021)

Value

Returns a named list of tibbles: gameplan, correlations, position_distributions

gameplan

col_nametypes
dateDate
opponent_rknumeric
opponentcharacter
resultcharacter
locationcharacter
pacenumeric
off_effnumeric
off_eff_rknumeric
off_e_fg_pctnumeric
off_to_pctnumeric
off_or_pctnumeric
off_ftrnumeric
off_fgm_2numeric
off_fga_2numeric
off_fg_2_pctnumeric
off_fgm_3numeric
off_fga_3numeric
off_fg_3_pctnumeric
off_fg_3a_pctnumeric
def_effnumeric
def_eff_rknumeric
def_e_fg_pctnumeric
def_to_pctnumeric
def_or_pctnumeric
def_ftrnumeric
def_fgm_2numeric
def_fga_2numeric
def_fg_2_pctnumeric
def_fgm_3numeric
def_fga_3numeric
def_fg_3_pctnumeric
def_fg_3a_pctnumeric
wlcharacter
team_scorenumeric
opponent_scorenumeric
day_datecharacter
game_datenumeric

correlations

col_nametypes
correlations_r_x_100character
pacecharacter
off_e_fg_pctcharacter
off_to_pctcharacter
off_or_pctcharacter
off_ftrcharacter
def_e_fg_pctcharacter
def_to_pctcharacter
def_or_pctcharacter
def_ftrcharacter

position_distributions

col_nametypes
teamcharacter
categorycharacter
c_pctnumeric
pf_pctnumeric
sf_pctnumeric
sg_pctnumeric
pg_pctnumeric
c_pct_rknumeric
pf_pct_rknumeric
sf_pct_rknumeric
sg_pct_rknumeric
pg_pct_rknumeric
c_pct_d1_avgnumeric
pf_pct_d1_avgnumeric
sf_pct_d1_avgnumeric
sg_pct_d1_avgnumeric
pg_pct_d1_avgnumeric

Arguments

team

Team filter to select.

year

Year of data to pull

See Also

Other KenPom Team Functions: kp_minutes_matrix(), kp_opptracker(), kp_player_career(), kp_team_depth_chart(), kp_team_lineups(), kp_team_player_stats(), kp_team_players(), kp_team_schedule()

Examples

Run this code
# \donttest{
   try(kp_gameplan(team='Florida St.', year=2021))
# }

Run the code above in your browser using DataLab