powered by
Career stats summary of a given player
getStatsSummary(player)
Player name
This function returns data.frame including columns:
data.frame
Season
Age
Tm
Lg
Pos
G
GS
MP
FG
3P
3PA
2P
2PA
eFG
FT
FTA
ORB
DRB
TRB
AST
STL
BLK
TOV
PF
PTS
https://www.basketball-reference.com
# NOT RUN { kobe_summary = getStatsSummary(player = "Kobe Bryant") head(kobe_summary) # } # NOT RUN { # }
Run the code above in your browser using DataLab