View source: R/wnba_stats_draft.R
| wnba_drafthistory | R Documentation |
Get WNBA Stats API Draft History
wnba_drafthistory(
league_id = "10",
college = "",
overall_pick = "",
round_pick = "",
round_num = "",
season = most_recent_wnba_season() - 1,
team_id = "",
top_x = "",
...
)
league_id |
league_id |
college |
college |
overall_pick |
overall_pick |
round_pick |
round_pick |
round_num |
round_num |
season |
season |
team_id |
team_id |
top_x |
top_x |
... |
Additional arguments passed to an underlying function like httr. |
wnba_drafthistory(season = most_recent_wnba_season() - 1)
Returns a named list of data frames: DraftHistory
DraftHistory
| col_name | types | description |
| PERSON_ID | character | Unique player identifier (V3 endpoints). |
| PLAYER_NAME | character | Player name. |
| SEASON | character | Season identifier (4-digit year or 'YYYY-YY' string). |
| ROUND_NUMBER | character | Numeric round. |
| ROUND_PICK | character | Round pick. |
| OVERALL_PICK | character | Overall pick. |
| DRAFT_TYPE | character | |
| TEAM_ID | character | Unique team identifier. |
| TEAM_CITY | character | Team city or region (e.g. 'Las Vegas'). |
| TEAM_NAME | character | Full team display name (e.g. 'Las Vegas Aces'). |
| TEAM_ABBREVIATION | character | Short team abbreviation (e.g. 'LAS'). |
| ORGANIZATION | character | Organization. |
| ORGANIZATION_TYPE | character | Organization type. |
| PLAYER_PROFILE_FLAG | character | Player profile flag. |
Saiem Gilani
Other WNBA Draft Functions:
wnba_draftboard(),
wnba_draftcombinestats()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.