nba_boxscoredefensive {hoopR} | R Documentation |
Get NBA Stats API Boxscore Defensive
Description
Get NBA Stats API Boxscore Defensive
Get NBA Stats API Boxscore Defensive
Usage
nba_boxscoredefensive(game_id, ...)
Arguments
game_id |
Game ID |
... |
Additional arguments passed to an underlying function like httr. |
Details
(Possibly Deprecated)
nba_boxscoredefensive(game_id = "0022200021")
Value
Returns a named list of data frames: PlayerDefensiveStats, Table1
Author(s)
Saiem Gilani
See Also
Other NBA Boxscore Functions:
nba_boxscoreadvancedv2()
,
nba_boxscorefourfactorsv2()
,
nba_boxscorematchups()
,
nba_boxscoremiscv2()
,
nba_boxscoreplayertrackv2()
,
nba_boxscorescoringv2()
,
nba_boxscoresummaryv2()
,
nba_boxscoretraditionalv2()
,
nba_boxscoreusagev2()
,
nba_gamerotation()
,
nba_hustlestatsboxscore()
,
nba_live_boxscore()
[Package hoopR version 2.1.0 Index]