wnba_drafthistory {wehoop} | R Documentation |
Get WNBA Stats API Draft History
Description
Get WNBA Stats API Draft History
Usage
wnba_drafthistory(
league_id = "10",
college = "",
overall_pick = "",
round_pick = "",
round_num = "",
season = most_recent_wnba_season() - 1,
team_id = "",
top_x = "",
...
)
Arguments
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. |
Details
wnba_drafthistory(season = most_recent_wnba_season() - 1)
Value
Returns a named list of data frames: DraftHistory
DraftHistory
col_name | types |
PERSON_ID | character |
PLAYER_NAME | character |
SEASON | character |
ROUND_NUMBER | character |
ROUND_PICK | character |
OVERALL_PICK | character |
DRAFT_TYPE | character |
TEAM_ID | character |
TEAM_CITY | character |
TEAM_NAME | character |
TEAM_ABBREVIATION | character |
ORGANIZATION | character |
ORGANIZATION_TYPE | character |
PLAYER_PROFILE_FLAG | character |
Author(s)
Saiem Gilani
See Also
Other WNBA Draft Functions:
wnba_draftboard()
,
wnba_draftcombinedrillresults()
,
wnba_draftcombinenonstationaryshooting()
,
wnba_draftcombineplayeranthro()
,
wnba_draftcombinespotshooting()
,
wnba_draftcombinestats()
[Package wehoop version 2.1.0 Index]