kp_player_career {hoopR} | R Documentation |
Get KenPom's player career stats from the player page
Description
Get KenPom's player career stats from the player page
Usage
kp_player_career(player_id)
Arguments
player_id |
Player Id filter to select. |
Value
Returns a named list of tibbles: player_stats, gamelog
player_stats
col_name | types |
year | numeric |
team_rk | numeric |
team | character |
number | numeric |
name | character |
position | character |
hgt | character |
wgt | 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 |
group_rank | character |
team_finish | character |
ncaa_seed | numeric |
hometown | character |
date_of_birth | character |
age | character |
comparisons | character |
gamelog
col_name | types |
year | numeric |
team | character |
name | character |
position | character |
opponent_tier | logical |
date | character |
opponent_rk | numeric |
opponent | character |
result | character |
ot | character |
location | character |
game_type | character |
mvp | character |
start | character |
minutes_played | numeric |
o_rtg | numeric |
poss_pct | numeric |
pts | numeric |
fgm_2 | numeric |
fga_2 | numeric |
fgm_3 | numeric |
fga_3 | numeric |
ftm | numeric |
fta | numeric |
or | numeric |
dr | numeric |
a | numeric |
to | numeric |
blk | numeric |
stl | numeric |
pf | numeric |
See Also
Other KenPom Team Functions:
kp_gameplan()
,
kp_minutes_matrix()
,
kp_opptracker()
,
kp_team_depth_chart()
,
kp_team_lineups()
,
kp_team_player_stats()
,
kp_team_players()
,
kp_team_schedule()
Examples
try(kp_player_career(player_id = '41180'))
[Package hoopR version 2.1.0 Index]