Get WNBA Stats API Game Rotation
Get WNBA Stats API Game Rotation
Value
Returns a named list of data frames: AwayTeam, HomeTeam
AwayTeam
col_name | types |
GAME_ID | character |
TEAM_ID | character |
TEAM_CITY | character |
TEAM_NAME | character |
PERSON_ID | character |
PLAYER_FIRST | character |
PLAYER_LAST | character |
IN_TIME_REAL | character |
OUT_TIME_REAL | character |
PLAYER_PTS | character |
PT_DIFF | character |
USG_PCT | character |
HomeTeam
col_name | types |
GAME_ID | character |
TEAM_ID | character |
TEAM_CITY | character |
TEAM_NAME | character |
PERSON_ID | character |
PLAYER_FIRST | character |
PLAYER_LAST | character |
IN_TIME_REAL | character |
OUT_TIME_REAL | character |
PLAYER_PTS | character |
PT_DIFF | character |
USG_PCT | character |
Details
wnba_gamerotation(game_id = "1022200034")
See also
Other WNBA Boxscore Functions:
wnba_boxscoreadvancedv2()
,
wnba_boxscorefourfactorsv2()
,
wnba_boxscoremiscv2()
,
wnba_boxscoreplayertrackv2()
,
wnba_boxscorescoringv2()
,
wnba_boxscoresummaryv2()
,
wnba_boxscoretraditionalv2()
,
wnba_boxscoreusagev2()
,
wnba_hustlestatsboxscore()
Other WNBA Lineup Functions:
wnba_leaguedashlineups()
,
wnba_leaguelineupviz()
,
wnba_shotchartlineupdetail()
,
wnba_teamdashlineups()