View source: R/wnba_stats_team.R
| wnba_teamgamelog | R Documentation |
Get WNBA Stats API Team Game Log
Get WNBA Stats API Team Game Log
wnba_teamgamelog(
date_from = "",
date_to = "",
league_id = "10",
season = most_recent_wnba_season(),
season_type = "Regular Season",
team_id = "1611661328",
...
)
date_from |
date_from |
date_to |
date_to |
league_id |
League - default: '00'. Other options include '10': WNBA, '20': G-League |
season |
Season - format 2020-21 |
season_type |
Season Type - Regular Season, Playoffs, All-Star |
team_id |
Team ID |
... |
Additional arguments passed to an underlying function like httr. |
wnba_teamgamelog(team_id = '1611661328')
Return a named list of data frames: TeamGameLog
TeamGameLog
| col_name | types | description |
| Team_ID | character | Unique team identifier. |
| Game_ID | character | Unique game identifier. |
| GAME_DATE | character | Game date (YYYY-MM-DD). |
| MATCHUP | character | Matchup. |
| WL | character | |
| W | character | Wins. |
| L | character | Losses. |
| W_PCT | character | Wins percentage (0-1 decimal). |
| MIN | character | Minutes played. |
| FGM | character | Field goals made. |
| FGA | character | Field goal attempts. |
| FG_PCT | character | Field goal percentage (0-1). |
| FG3M | character | Three-point field goals made. |
| FG3A | character | Three-point field goal attempts. |
| FG3_PCT | character | Three-point field goal percentage (0-1). |
| FTM | character | Free throws made. |
| FTA | character | Free throw attempts. |
| FT_PCT | character | Free throw percentage (0-1). |
| OREB | character | Offensive rebounds. |
| DREB | character | Defensive rebounds. |
| REB | character | Total rebounds. |
| AST | character | Assists. |
| STL | character | Steals. |
| BLK | character | Blocks. |
| TOV | character | Turnovers. |
| PF | character | Personal fouls. |
| PTS | character | Points scored. |
Saiem Gilani
Other WNBA Team Functions:
wnba_leaguedashteamstats(),
wnba_teamdashboardbyclutch(),
wnba_teamdashlineups(),
wnba_teamdetails(),
wnba_teamestimatedmetrics(),
wnba_teamgamelogs(),
wnba_teamgamestreakfinder(),
wnba_teamhistoricalleaders(),
wnba_teaminfocommon(),
wnba_teamplayeronoffdetails(),
wnba_teams(),
wnba_teamvsplayer(),
wnba_teamyearbyyearstats()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.