forked from sportsdataverse/hoopR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathespn_mbb_game_rosters.Rd
118 lines (118 loc) · 3.45 KB
/
espn_mbb_game_rosters.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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/espn_mbb_data.R
\name{espn_mbb_game_rosters}
\alias{espn_mbb_game_rosters}
\title{\strong{Get ESPN men's college basketball game rosters}}
\usage{
espn_mbb_game_rosters(game_id)
}
\arguments{
\item{game_id}{Game ID}
}
\value{
A game rosters data frame\tabular{ll}{
col_name \tab types \cr
athlete_id \tab integer \cr
athlete_uid \tab character \cr
athlete_guid \tab character \cr
athlete_type \tab character \cr
sdr \tab integer \cr
first_name \tab character \cr
last_name \tab character \cr
full_name \tab character \cr
athlete_display_name \tab character \cr
short_name \tab character \cr
weight \tab integer \cr
display_weight \tab character \cr
height \tab integer \cr
display_height \tab character \cr
age \tab integer \cr
date_of_birth \tab character \cr
birth_place_city \tab character \cr
birth_place_state \tab character \cr
birth_place_country \tab character \cr
slug \tab character \cr
headshot_href \tab character \cr
headshot_alt \tab character \cr
jersey \tab character \cr
hand_type \tab character \cr
hand_abbreviation \tab character \cr
hand_display_value \tab character \cr
position_id \tab integer \cr
position_name \tab character \cr
position_display_name \tab character \cr
position_abbreviation \tab character \cr
position_leaf \tab logical \cr
linked \tab logical \cr
experience_years \tab integer \cr
experience_display_value \tab character \cr
experience_abbreviation \tab character \cr
active \tab logical \cr
draft_display_text \tab character \cr
draft_round \tab integer \cr
draft_year \tab integer \cr
draft_selection \tab integer \cr
status_id \tab integer \cr
status_name \tab character \cr
status_type \tab character \cr
status_abbreviation \tab character \cr
starter \tab logical \cr
valid \tab logical \cr
did_not_play \tab logical \cr
display_name \tab character \cr
ejected \tab logical \cr
team_id \tab integer \cr
team_guid \tab character \cr
team_uid \tab character \cr
team_sdr \tab integer \cr
team_slug \tab character \cr
team_location \tab character \cr
team_name \tab character \cr
team_nickname \tab character \cr
team_abbreviation \tab character \cr
team_display_name \tab character \cr
team_short_display_name \tab character \cr
team_color \tab character \cr
team_alternate_color \tab character \cr
is_active \tab logical \cr
is_all_star \tab logical \cr
logo_href \tab character \cr
logo_dark_href \tab character \cr
game_id \tab integer \cr
order \tab integer \cr
home_away \tab character \cr
winner \tab logical \cr
roster_href \tab character \cr
}
}
\description{
\strong{Get ESPN men's college basketball game rosters}
}
\examples{
\donttest{
try(espn_mbb_game_rosters(game_id = 401256760))
}
}
\seealso{
Other ESPN MBB Functions:
\code{\link{espn_mbb_betting}()},
\code{\link{espn_mbb_conferences}()},
\code{\link{espn_mbb_game_all}()},
\code{\link{espn_mbb_pbp}()},
\code{\link{espn_mbb_player_box}()},
\code{\link{espn_mbb_player_stats}()},
\code{\link{espn_mbb_rankings}()},
\code{\link{espn_mbb_scoreboard}()},
\code{\link{espn_mbb_standings}()},
\code{\link{espn_mbb_team_box}()},
\code{\link{espn_mbb_team_stats}()},
\code{\link{espn_mbb_teams}()},
\code{\link{espn_mbb_wp}()}
}
\author{
Saiem Gilani
}
\concept{ESPN MBB Functions}
\keyword{Game}
\keyword{MBB}
\keyword{Roster}