nba_videodetailsasset {hoopR} | R Documentation |
Get NBA Stats API Video Details
Description
Get NBA Stats API Video Details
Get NBA Stats API Video Details
Usage
nba_videodetailsasset(
ahead_behind = "",
clutch_time = "",
context_filter = "",
context_measure = "FGA",
date_from = "",
date_to = "",
end_period = "",
end_range = "",
game_id = "",
game_segment = "",
last_n_games = 0,
league_id = "00",
location = "",
month = 0,
opponent_team_id = 0,
outcome = "",
period = 0,
player_id = "2544",
point_diff = "",
position = "",
range_type = "",
rookie_year = "",
season = year_to_season(most_recent_nba_season() - 1),
season_segment = "",
season_type = "Regular Season",
start_period = "",
start_range = "",
team_id = "1610612747",
vs_conference = "",
vs_division = "",
...
)
Arguments
ahead_behind |
ahead_behind |
clutch_time |
clutch_time |
context_filter |
context_filter |
context_measure |
context_measure |
date_from |
date_from |
date_to |
date_to |
end_period |
end_period |
end_range |
end_range |
game_id |
game_id |
game_segment |
game_segment |
last_n_games |
last_n_games |
league_id |
league_id |
location |
location |
month |
month |
opponent_team_id |
opponent_team_id |
outcome |
outcome |
period |
period |
player_id |
player_id |
point_diff |
point_diff |
position |
position |
range_type |
range_type |
rookie_year |
rookie_year |
season |
season |
season_segment |
season_segment |
season_type |
season_type |
start_period |
start_period |
start_range |
start_range |
team_id |
team_id |
vs_conference |
vs_conference |
vs_division |
vs_division |
... |
Additional arguments passed to an underlying function like httr. |
Details
nba_videodetailsasset(player_id = '2544', team_id = '1610612747')
Value
Return a list of tibbles: videoUrls, playlist
videoUrls
col_name | types |
uuid | character |
sdur | integer |
surl | character |
sth | character |
mdur | integer |
murl | character |
mth | character |
ldur | integer |
lurl | character |
lth | character |
vtt | character |
scc | character |
srt | character |
playlist
col_name | types |
gi | character |
ei | integer |
y | integer |
m | character |
d | character |
gc | character |
p | integer |
dsc | character |
ha | character |
hid | integer |
va | character |
vid | integer |
hpb | integer |
hpa | integer |
vpb | integer |
vpa | integer |
pta | integer |
Author(s)
Saiem Gilani
See Also
Other NBA Video Functions:
nba_videodetails()
,
nba_videoevents()
,
nba_videostatus()
[Package hoopR version 2.1.0 Index]