forked from sportsdataverse/hoopR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkp_team_players.Rd
96 lines (94 loc) · 2.45 KB
/
kp_team_players.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/kp_team_tables.R
\name{kp_team_players}
\alias{kp_team_players}
\title{\strong{Get KenPom's player stats from the team page}}
\usage{
kp_team_players(team, year = 2021)
}
\arguments{
\item{team}{Team filter to select.}
\item{year}{Year of data to pull}
}
\value{
Returns a tibble of team player data\tabular{ll}{
col_name \tab types \cr
role \tab character \cr
number \tab numeric \cr
player \tab character \cr
ht \tab character \cr
wt \tab numeric \cr
yr \tab character \cr
g \tab numeric \cr
s \tab numeric \cr
min_pct \tab numeric \cr
o_rtg \tab numeric \cr
poss_pct \tab numeric \cr
shots_pct \tab numeric \cr
e_fg_pct \tab numeric \cr
ts_pct \tab numeric \cr
or_pct \tab numeric \cr
dr_pct \tab numeric \cr
a_rate \tab numeric \cr
to_rate \tab numeric \cr
blk_pct \tab numeric \cr
stl_pct \tab numeric \cr
f_cper40 \tab numeric \cr
f_dper40 \tab numeric \cr
ft_rate \tab numeric \cr
ftm \tab numeric \cr
fta \tab numeric \cr
ft_pct \tab numeric \cr
fgm_2 \tab numeric \cr
fga_2 \tab numeric \cr
fg_2_pct \tab numeric \cr
fgm_3 \tab numeric \cr
fga_3 \tab numeric \cr
fg_3_pct \tab numeric \cr
min_pct_rk \tab numeric \cr
o_rtg_rk \tab numeric \cr
poss_pct_rk \tab numeric \cr
shots_pct_rk \tab numeric \cr
e_fg_pct_rk \tab numeric \cr
ts_pct_rk \tab numeric \cr
or_pct_rk \tab numeric \cr
dr_pct_rk \tab numeric \cr
a_rate_rk \tab numeric \cr
to_rate_rk \tab numeric \cr
blk_pct_rk \tab numeric \cr
stl_pct_rk \tab numeric \cr
f_cper40_rk \tab numeric \cr
f_dper40_rk \tab numeric \cr
ft_rate_rk \tab numeric \cr
ft_pct_rk \tab numeric \cr
fg_2_pct_rk \tab numeric \cr
fg_3_pct_rk \tab numeric \cr
national_rank \tab character \cr
team \tab character \cr
year \tab numeric \cr
player_id \tab numeric \cr
}
}
\description{
\strong{Get KenPom's player stats from the team page}
}
\examples{
\donttest{
try(kp_team_players(team = 'Florida St.', year = 2024))
}
}
\seealso{
Other KenPom Team Functions:
\code{\link{kp_gameplan}()},
\code{\link{kp_minutes_matrix}()},
\code{\link{kp_opptracker}()},
\code{\link{kp_player_career}()},
\code{\link{kp_team_depth_chart}()},
\code{\link{kp_team_lineups}()},
\code{\link{kp_team_player_stats}()},
\code{\link{kp_team_schedule}()}
}
\concept{KenPom Team Functions}
\keyword{Player}
\keyword{Stats}
\keyword{Team}