View source: R/wnba_stats_roster.R
| wnba_commonallplayers | R Documentation |
Get WNBA Stats API All Players
Get WNBA Stats API All Players
wnba_commonallplayers(
is_only_current_season = 0,
league_id = "10",
season = most_recent_wnba_season() - 1,
...
)
is_only_current_season |
is_only_current_season |
league_id |
league_id |
season |
season |
... |
Additional arguments passed to an underlying function like httr. |
wnba_commonallplayers(league_id = '10', season = most_recent_wnba_season() - 1)
Return a named list of data frames: CommonAllPlayers
CommonAllPlayers
| col_name | types |
| PERSON_ID | character |
| DISPLAY_LAST_COMMA_FIRST | character |
| DISPLAY_FIRST_LAST | character |
| ROSTERSTATUS | character |
| FROM_YEAR | character |
| TO_YEAR | character |
| PLAYERCODE | character |
| PLAYER_SLUG | character |
| TEAM_ID | character |
| TEAM_CITY | character |
| TEAM_NAME | character |
| TEAM_ABBREVIATION | character |
| TEAM_CODE | character |
| TEAM_SLUG | character |
| IS_NBA_ASSIGNED | character |
| NBA_ASSIGNED_TEAM_ID | character |
| GAMES_PLAYED_FLAG | character |
Saiem Gilani
Other WNBA Roster Functions:
wnba_commonplayerinfo(),
wnba_commonteamroster()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.