kp_team_player_stats: *Get Team Player Stats*

View source: R/kp_team_tables.R

kp_team_player_statsR Documentation

Get Team Player Stats

Description

Get Team Player Stats

Usage

kp_team_player_stats(team, year = 2021)

Arguments

team

Team filter to select.

year

Year of data to pull

Value

Returns a list of named data frames: all_games, conference_games

all_games

col_name types
role character
number numeric
player character
ht character
wt numeric
yr character
g numeric
min_pct numeric
o_rtg numeric
poss_pct numeric
shots_pct numeric
e_fg_pct numeric
ts_pct numeric
or_pct numeric
dr_pct numeric
a_rate numeric
to_rate numeric
blk_pct numeric
stl_pct numeric
f_cper40 numeric
f_dper40 numeric
ft_rate numeric
ftm numeric
fta numeric
ft_pct numeric
fgm_2 numeric
fga_2 numeric
fg_2_pct numeric
fgm_3 numeric
fga_3 numeric
fg_3_pct numeric
category character
min_pct_rk numeric
o_rtg_rk numeric
poss_pct_rk numeric
shots_pct_rk numeric
e_fg_pct_rk numeric
ts_pct_rk numeric
or_pct_rk numeric
dr_pct_rk numeric
a_rate_rk numeric
to_rate_rk numeric
blk_pct_rk numeric
stl_pct_rk numeric
f_cper40_rk numeric
f_dper40_rk numeric
ft_rate_rk numeric
ft_pct_rk numeric
fg_2_pct_rk numeric
fg_3_pct_rk numeric
group_rank character
team character
year numeric
player_id numeric

conference_games

col_name types
role character
number numeric
player character
ht character
wt numeric
yr character
g numeric
min_pct numeric
o_rtg numeric
poss_pct numeric
shots_pct numeric
e_fg_pct numeric
ts_pct numeric
or_pct numeric
dr_pct numeric
a_rate numeric
to_rate numeric
blk_pct numeric
stl_pct numeric
f_cper40 numeric
f_dper40 numeric
ft_rate numeric
ftm numeric
fta numeric
ft_pct numeric
fgm_2 numeric
fga_2 numeric
fg_2_pct numeric
fgm_3 numeric
fga_3 numeric
fg_3_pct numeric
category character
min_pct_rk numeric
o_rtg_rk numeric
poss_pct_rk numeric
shots_pct_rk numeric
e_fg_pct_rk numeric
ts_pct_rk numeric
or_pct_rk numeric
dr_pct_rk numeric
a_rate_rk numeric
to_rate_rk numeric
blk_pct_rk numeric
stl_pct_rk numeric
f_cper40_rk numeric
f_dper40_rk numeric
ft_rate_rk numeric
ft_pct_rk numeric
fg_2_pct_rk numeric
fg_3_pct_rk numeric
group_rank character
team character
year numeric
player_id numeric

See Also

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

Examples

  
    try(kp_team_player_stats(team = 'Florida St.', year = 2021))
  

hoopR documentation built on Nov. 26, 2023, 1:07 a.m.