forked from sportsdataverse/hoopR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkp_trends.Rd
51 lines (51 loc) · 1.16 KB
/
kp_trends.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
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/kp_misc_stats.R
\name{kp_trends}
\alias{kp_trends}
\title{\strong{Get Division-I statistical trends}}
\usage{
kp_trends()
}
\value{
A data frame with the following columns:\tabular{ll}{
col_name \tab types \cr
season \tab numeric \cr
efficiency \tab numeric \cr
tempo \tab numeric \cr
e_fg_pct \tab numeric \cr
to_pct \tab numeric \cr
or_pct \tab numeric \cr
ft_rate \tab numeric \cr
fg_2_pct \tab numeric \cr
fg_3_pct \tab numeric \cr
fg_3a_pct \tab numeric \cr
ft_pct \tab numeric \cr
a_pct \tab numeric \cr
blk_pct \tab numeric \cr
stl_pct \tab numeric \cr
non_stl_pct \tab numeric \cr
avg_hgt \tab numeric \cr
continuity \tab numeric \cr
home_win_pct \tab numeric \cr
ppg \tab numeric \cr
}
}
\description{
\strong{Get Division-I statistical trends}
}
\examples{
\donttest{
try(kp_trends())
}
}
\seealso{
Other KP Misc. Functions:
\code{\link{kp_arenas}()},
\code{\link{kp_fanmatch}()},
\code{\link{kp_game_attrs}()},
\code{\link{kp_hca}()},
\code{\link{kp_officials}()},
\code{\link{kp_referee}()}
}
\concept{KP Misc. Functions}
\keyword{Trends}