getStatsPerGame | R Documentation |
Function for getting given player's stats per game
getStatsPerGame(player, season, span = 1)
player |
Player name to fetch information for |
season |
Season number |
span |
Duration of season(s). Defaults 1. |
This function returns data.frame
including columns:
G
Date
Age
Tm
Home
Opp
GS
MP
FG
FGA
FGP
3PM
3PA
3PP
FT
FTA
FTP
ORB
DRB
TRB
AST
STL
BLK
TOV
PF
PTS
GmSc
Koki Ando <koki.25.ando@gmail.com>
## Not run: RayAllen <- getStatsPerGame(player="Ray Allen", season=2008, span=1) head(RayAllen) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.