
Get NBA Stats API Player Game Streak Finder
Source:R/nba_stats_player.R
nba_playergamestreakfinder.RdGet NBA Stats API Player Game Streak Finder
Get NBA Stats API Player Game Streak Finder
Usage
nba_playergamestreakfinder(
active_streaks_only = "",
conference = "",
date_from = "",
date_to = "",
division = "",
draft_year = "",
draft_team_id = "",
draft_round = "",
draft_number = "",
et_ast = "",
et_blk = "",
et_dd = "",
et_dreb = "",
et_fg3a = "",
et_fg3m = "",
et_fg3_pct = "",
et_fga = "",
et_fgm = "",
et_fg_pct = "",
et_fta = "",
et_ftm = "",
et_ft_pct = "",
et_minutes = "",
et_oreb = "",
et_pf = "",
et_pts = "",
et_reb = "",
et_stl = "",
et_td = "",
et_tov = "",
game_id = "",
gt_ast = "",
gt_blk = "",
gt_dd = "",
gt_dreb = "",
gt_fg3a = "",
gt_fg3m = "",
gt_fg3_pct = "",
gt_fga = "",
gt_fgm = "",
gt_fg_pct = "",
gt_fta = "",
gt_ftm = "",
gt_ft_pct = "",
gt_minutes = "",
gt_oreb = "",
gt_pf = "",
gt_pts = "",
gt_reb = "",
gt_stl = "",
gt_td = "",
gt_tov = "",
league_id = "00",
location = "",
lt_ast = "",
lt_blk = "",
lt_dd = "",
lt_dreb = "",
lt_fg3a = "",
lt_fg3m = "",
lt_fg3_pct = "",
lt_fga = "",
lt_fgm = "",
lt_fg_pct = "",
lt_fta = "",
lt_ftm = "",
lt_ft_pct = "",
lt_minutes = "",
lt_oreb = "",
lt_pf = "",
lt_pts = "",
lt_reb = "",
lt_stl = "",
lt_td = "",
lt_tov = "",
min_games = "",
outcome = "",
po_round = "",
player_id = "",
rookie_year = "",
season = year_to_season(most_recent_nba_season() - 1),
season_segment = "",
season_type = "Regular Season",
starter_bench = "",
team_id = "",
vs_conference = "",
vs_division = "",
vs_team_id = "",
years_experience = "",
...
)Arguments
- active_streaks_only
active_streaks_only
- conference
conference
- date_from
date_from
- date_to
date_to
- division
division
- draft_year
draft_year
- draft_team_id
draft_team_id
- draft_round
draft_round
- draft_number
draft_number
- et_ast
et_ast
- et_blk
et_blk
- et_dd
et_dd
- et_dreb
et_dreb
- et_fg3a
et_fg3a
- et_fg3m
et_fg3m
- et_fg3_pct
et_fg3_pct
- et_fga
et_fga
- et_fgm
et_fgm
- et_fg_pct
et_fg_pct
- et_fta
et_fta
- et_ftm
et_ftm
- et_ft_pct
et_ft_pct
- et_minutes
et_minutes
- et_oreb
et_oreb
- et_pf
et_pf
- et_pts
et_pts
- et_reb
et_reb
- et_stl
et_stl
- et_td
et_td
- et_tov
et_tov
- game_id
game_id
- gt_ast
gt_ast
- gt_blk
gt_blk
- gt_dd
gt_dd
- gt_dreb
gt_dreb
- gt_fg3a
gt_fg3a
- gt_fg3m
gt_fg3m
- gt_fg3_pct
gt_fg3_pct
- gt_fga
gt_fga
- gt_fgm
gt_fgm
- gt_fg_pct
gt_fg_pct
- gt_fta
gt_fta
- gt_ftm
gt_ftm
- gt_ft_pct
gt_ft_pct
- gt_minutes
gt_minutes
- gt_oreb
gt_oreb
- gt_pf
gt_pf
- gt_pts
gt_pts
- gt_reb
gt_reb
- gt_stl
gt_stl
- gt_td
gt_td
- gt_tov
gt_tov
- league_id
league_id
- location
location
- lt_ast
lt_ast
- lt_blk
lt_blk
- lt_dd
lt_dd
- lt_dreb
lt_dreb
- lt_fg3a
lt_fg3a
- lt_fg3m
lt_fg3m
- lt_fg3_pct
lt_fg3_pct
- lt_fga
lt_fga
- lt_fgm
lt_fgm
- lt_fg_pct
lt_fg_pct
- lt_fta
lt_fta
- lt_ftm
lt_ftm
- lt_ft_pct
lt_ft_pct
- lt_minutes
lt_minutes
- lt_oreb
lt_oreb
- lt_pf
lt_pf
- lt_pts
lt_pts
- lt_reb
lt_reb
- lt_stl
lt_stl
- lt_td
lt_td
- lt_tov
lt_tov
- min_games
min_games
- outcome
outcome
- po_round
po_round
- player_id
player_id
- rookie_year
rookie_year
- season
season
- season_segment
season_segment
- season_type
season_type
- starter_bench
starter_bench
- team_id
team_id
- vs_conference
vs_conference
- vs_division
vs_division
- vs_team_id
vs_team_id
- years_experience
years_experience
- ...
Additional arguments passed to an underlying function like httr.
Value
Return a named list of data frames: PlayerGameStreakFinderResults
PlayerGameStreakFinderResults
| col_name | types |
| PLAYER_NAME_LAST_FIRST | character |
| PLAYER_ID | character |
| GAMESTREAK | character |
| STARTDATE | character |
| ENDDATE | character |
| ACTIVESTREAK | character |
| NUMSEASONS | character |
| LASTSEASON | character |
| FIRSTSEASON | character |
See also
Other NBA Player Functions:
nba_infographicfanduelplayer(),
nba_leaguedashplayerbiostats(),
nba_leaguedashplayerclutch(),
nba_leaguedashplayershotlocations(),
nba_leaguedashplayerstats(),
nba_leagueplayerondetails(),
nba_leagueseasonmatchups(),
nba_matchupsrollup(),
nba_playerawards(),
nba_playercareerbycollegerollup(),
nba_playercareerbycollege(),
nba_playercareerstats(),
nba_playercompare(),
nba_playerdashboardbyclutch(),
nba_playerdashboardbygamesplits(),
nba_playerdashboardbygeneralsplits(),
nba_playerdashboardbylastngames(),
nba_playerdashboardbyopponent(),
nba_playerdashboardbyshootingsplits(),
nba_playerdashboardbyteamperformance(),
nba_playerdashboardbyyearoveryear(),
nba_playerdashptpass(),
nba_playerdashptreb(),
nba_playerdashptshotdefend(),
nba_playerdashptshots(),
nba_playerestimatedmetrics(),
nba_playerfantasyprofilebargraph(),
nba_playerfantasyprofile(),
nba_playergamelogs(),
nba_playergamelog(),
nba_playerheadshot(),
nba_playerindex(),
nba_playernextngames(),
nba_playerprofilev2(),
nba_playervsplayer()
Other NBA Game Finder Functions:
nba_leaguegamefinder(),
nba_teamgamestreakfinder()