View source: R/wnba_stats_player.R
| wnba_playernextngames | R Documentation |
Get WNBA Stats API Player Next N Games
Get WNBA Stats API Player Next N Games
wnba_playernextngames(
league_id = "10",
number_of_games = 2147483647,
player_id = "1628932",
season = most_recent_wnba_season() - 1,
season_type = "Regular Season",
...
)
league_id |
League - default: '00'. Other options include '10': WWNBA, '20': G-League |
number_of_games |
N in number of games |
player_id |
Player ID |
season |
Season - format 2020-21 |
season_type |
Season Type - Regular Season, Playoffs, All-Star |
... |
Additional arguments passed to an underlying function like httr. |
wnba_playernextngames(player_id = '1628932', season = most_recent_wnba_season() - 1)
Return a named list of data frames: NextNGames
NextNGames
| col_name | types |
| GAME_ID | character |
| GAME_DATE | character |
| HOME_TEAM_ID | character |
| VISITOR_TEAM_ID | character |
| HOME_TEAM_NAME | character |
| VISITOR_TEAM_NAME | character |
| HOME_TEAM_ABBREVIATION | character |
| VISITOR_TEAM_ABBREVIATION | character |
| HOME_TEAM_NICKNAME | character |
| VISITOR_TEAM_NICKNAME | character |
| GAME_TIME | character |
| HOME_WL | character |
| VISITOR_WL | character |
Saiem Gilani
Other WNBA Player Functions:
wnba_infographicfanduelplayer(),
wnba_leaguedashplayerbiostats(),
wnba_leaguedashplayerclutch(),
wnba_leaguedashplayershotlocations(),
wnba_leaguedashplayerstats(),
wnba_leagueplayerondetails(),
wnba_leagueseasonmatchups(),
wnba_playerawards(),
wnba_playercareerbycollegerollup(),
wnba_playercareerbycollege(),
wnba_playercareerstats(),
wnba_playercompare(),
wnba_playerdashboardbyclutch(),
wnba_playerdashboardbygamesplits(),
wnba_playerdashboardbygeneralsplits(),
wnba_playerdashboardbylastngames(),
wnba_playerdashboardbyopponent(),
wnba_playerdashboardbyshootingsplits(),
wnba_playerdashboardbyteamperformance(),
wnba_playerdashboardbyyearoveryear(),
wnba_playerestimatedmetrics(),
wnba_playerfantasyprofilebargraph(),
wnba_playerfantasyprofile(),
wnba_playergamelogs(),
wnba_playergamelog(),
wnba_playergamestreakfinder(),
wnba_playerheadshot(),
wnba_playerindex(),
wnba_playerprofilev2(),
wnba_playervsplayer()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.