Learn R Programming

hoopR (version 2.1.0)

nba_playerawards: Get NBA Stats API Player Awards

Description

Get NBA Stats API Player Awards

Get NBA Stats API Player Awards

Usage

nba_playerawards(player_id, ...)

Value

Return a named list of data frames: PlayerAwards

PlayerAwards

col_nametypes
PERSON_IDcharacter
FIRST_NAMEcharacter
LAST_NAMEcharacter
TEAMcharacter
DESCRIPTIONcharacter
ALL_NBA_TEAM_NUMBERcharacter
SEASONcharacter
MONTHcharacter
WEEKcharacter
CONFERENCEcharacter
TYPEcharacter
SUBTYPE1character
SUBTYPE2character
SUBTYPE3character

Arguments

player_id

Player ID

...

Additional arguments passed to an underlying function like httr.

Author

Saiem Gilani

Details

Player Awards

 nba_playerawards(player_id = '2544')

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()