getStatsSummary | R Documentation |
Career stats summary of a given player
getStatsSummary(player)
player |
Player name |
This function returns data.frame
including columns:
Season
Age
Tm
Lg
Pos
G
GS
MP
FG
FG
3P
3PA
3P
2P
2PA
2P
eFG
FT
FTA
FT
ORB
DRB
TRB
AST
STL
BLK
TOV
PF
PTS
Koki Ando <koki.25.ando@gmail.com>
Koki Ando <koki.25.ando@gmail.com>
https://www.basketball-reference.com
## Not run: kobe_summary = getStatsSummary(player = "Kobe Bryant") head(kobe_summary) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.