nba_boxscorematchups {hoopR} | R Documentation |
Get NBA Stats API Boxscore Matchups
Description
Get NBA Stats API Boxscore Matchups
Get NBA Stats API Boxscore Matchups
Usage
nba_boxscorematchups(game_id, ...)
Arguments
game_id |
Game ID |
... |
Additional arguments passed to an underlying function like httr. |
Details
(Possibly Deprecated)
nba_boxscorematchups(game_id = "0022200021")
Value
Returns a named list of data frames: PlayerMatchupsStats
Author(s)
Saiem Gilani
See Also
Other NBA Boxscore Functions:
nba_boxscoreadvancedv2()
,
nba_boxscoredefensive()
,
nba_boxscorefourfactorsv2()
,
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]