wnba_leaguegamelog {wehoop} | R Documentation |
Get WNBA Stats API League Game Log
Description
Get WNBA Stats API League Game Log
Get WNBA Stats API League Game Log
Usage
wnba_leaguegamelog(
counter = 0,
date_from = "",
date_to = "",
direction = "ASC",
league_id = "00",
player_or_team = "T",
season = most_recent_wnba_season() - 1,
season_type = "Regular Season",
sorter = "DATE",
...
)
Arguments
counter |
counter |
date_from |
date_from |
date_to |
date_to |
direction |
direction |
league_id |
league_id |
player_or_team |
player_or_team |
season |
season |
season_type |
season_type |
sorter |
sorter |
... |
Additional arguments passed to an underlying function like httr. |
Details
wnba_leaguegamelog(league_id = '10', season = most_recent_wnba_season() - 1)
Value
Return a named list of data frames: LeagueGameLog
LeagueGameLog
col_name | types |
SEASON_ID | character |
TEAM_ID | character |
TEAM_ABBREVIATION | character |
TEAM_NAME | character |
GAME_ID | character |
GAME_DATE | character |
MATCHUP | character |
WL | character |
MIN | character |
FGM | character |
FGA | character |
FG_PCT | character |
FG3M | character |
FG3A | character |
FG3_PCT | character |
FTM | character |
FTA | character |
FT_PCT | character |
OREB | character |
DREB | character |
REB | character |
AST | character |
STL | character |
BLK | character |
TOV | character |
PF | character |
PTS | character |
PLUS_MINUS | character |
VIDEO_AVAILABLE | character |
Author(s)
Saiem Gilani
See Also
Other WNBA League Functions:
wnba_leaguedashlineups()
,
wnba_leaguedashplayerbiostats()
,
wnba_leaguedashplayerclutch()
,
wnba_leaguedashplayershotlocations()
,
wnba_leaguedashplayerstats()
,
wnba_leaguedashteamclutch()
,
wnba_leaguedashteamshotlocations()
,
wnba_leaguedashteamstats()
,
wnba_leaguegamefinder()
,
wnba_leaguelineupviz()
,
wnba_leagueplayerondetails()
,
wnba_leagueseasonmatchups()
,
wnba_leaguestandingsv3()
,
wnba_shotchartleaguewide()
[Package wehoop version 2.1.0 Index]