View source: R/nba_stats_video.R
| nba_videostatus | R Documentation |
Get NBA Stats API Video Status
Get NBA Stats API Video Status
nba_videostatus(game_date = "2023-03-10", league_id = "00", ...)
game_date |
game_date |
league_id |
league_id |
... |
Additional arguments passed to an underlying function like httr. |
nba_videostatus(game_date = '2023-03-10', league_id = '00')
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 NBA Video Functions:
nba_videodetailsasset(),
nba_videodetails(),
nba_videoevents()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.