View source: R/wnba_stats_video.R
| wnba_videostatus | R Documentation |
Get WNBA Stats API Video Status
Get WNBA Stats API Video Status
wnba_videostatus(game_date = "2022-06-10", league_id = "10", ...)
game_date |
game_date |
league_id |
league_id |
... |
Additional arguments passed to an underlying function like httr. |
wnba_videostatus(game_date = '2022-06-10', league_id = '10')
Return a list of tibbles: VideoStatus
VideoStatus
| col_name | types |
| GAME_ID | character |
| GAME_DATE | character |
| VISITOR_TEAM_ID | character |
| VISITOR_TEAM_CITY | character |
| VISITOR_TEAM_NAME | character |
| VISITOR_TEAM_ABBREVIATION | character |
| HOME_TEAM_ID | character |
| HOME_TEAM_CITY | character |
| HOME_TEAM_NAME | character |
| HOME_TEAM_ABBREVIATION | character |
| GAME_STATUS | character |
| GAME_STATUS_TEXT | character |
| IS_AVAILABLE | character |
| PT_XYZ_AVAILABLE | character |
Saiem Gilani
Other WNBA Video Functions:
wnba_videodetailsasset(),
wnba_videodetails(),
wnba_videoevents()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.