wnba_boxscoreplayertrackv2 {wehoop} | R Documentation |
Get WNBA Stats API Boxscore Player Tracking V2
Description
Get WNBA Stats API Boxscore Player Tracking V2
Get WNBA Stats API Boxscore Player Tracking V2
Usage
wnba_boxscoreplayertrackv2(game_id, ...)
Arguments
game_id |
Game ID |
... |
Additional arguments passed to an underlying function like httr. |
Details
wnba_boxscoreplayertrackv2(game_id = "1022200034")
Value
Returns a named list of data frames: PlayerStats, TeamStats
PlayerStats
col_name | types |
GAME_ID | character |
TEAM_ID | character |
TEAM_ABBREVIATION | character |
TEAM_CITY | character |
PLAYER_ID | character |
PLAYER_NAME | character |
START_POSITION | character |
COMMENT | character |
MIN | character |
SPD | character |
DIST | character |
ORBC | character |
DRBC | character |
RBC | character |
TCHS | character |
SAST | character |
FTAST | character |
PASS | character |
AST | character |
CFGM | character |
CFGA | character |
CFG_PCT | character |
UFGM | character |
UFGA | character |
UFG_PCT | character |
FG_PCT | character |
DFGM | character |
DFGA | character |
DFG_PCT | character |
TeamStats
col_name | types |
GAME_ID | character |
TEAM_ID | character |
TEAM_NAME | character |
TEAM_ABBREVIATION | character |
TEAM_CITY | character |
MIN | character |
DIST | character |
ORBC | character |
DRBC | character |
RBC | character |
TCHS | character |
SAST | character |
FTAST | character |
PASS | character |
AST | character |
CFGM | character |
CFGA | character |
CFG_PCT | character |
UFGM | character |
UFGA | character |
UFG_PCT | character |
FG_PCT | character |
DFGM | character |
DFGA | character |
DFG_PCT | character |
Author(s)
Saiem Gilani
See Also
Other WNBA Boxscore Functions:
wnba_boxscoreadvancedv2()
,
wnba_boxscorefourfactorsv2()
,
wnba_boxscoremiscv2()
,
wnba_boxscorescoringv2()
,
wnba_boxscoresummaryv2()
,
wnba_boxscoretraditionalv2()
,
wnba_boxscoreusagev2()
,
wnba_gamerotation()
,
wnba_hustlestatsboxscore()
[Package wehoop version 2.1.0 Index]