| nba_playerawards {hoopR} | R Documentation |
Get NBA Stats API Player Awards
Description
Get NBA Stats API Player Awards
Get NBA Stats API Player Awards
Usage
nba_playerawards(player_id, ...)
Arguments
player_id |
Player ID |
... |
Additional arguments passed to an underlying function like httr. |
Details
nba_playerawards(player_id = '2544')
Value
Return a named list of data frames: PlayerAwards
PlayerAwards
| col_name | types |
| PERSON_ID | character |
| FIRST_NAME | character |
| LAST_NAME | character |
| TEAM | character |
| DESCRIPTION | character |
| ALL_NBA_TEAM_NUMBER | character |
| SEASON | character |
| MONTH | character |
| WEEK | character |
| CONFERENCE | character |
| TYPE | character |
| SUBTYPE1 | character |
| SUBTYPE2 | character |
| SUBTYPE3 | character |
Author(s)
Saiem Gilani
See Also
Other NBA Player Functions:
nba_infographicfanduelplayer(),
nba_leaguedashplayerbiostats(),
nba_leaguedashplayerclutch(),
nba_leaguedashplayershotlocations(),
nba_leaguedashplayerstats(),
nba_leagueplayerondetails(),
nba_leagueseasonmatchups(),
nba_matchupsrollup(),
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_playergamestreakfinder(),
nba_playerheadshot(),
nba_playerindex(),
nba_playernextngames(),
nba_playerprofilev2(),
nba_playervsplayer()