getTeamHistory | R Documentation |
Franchise's season data
getTeamHistory(team_code)
team_code |
Team code consisting of 3 characters to fetch information for |
This function returns data.frame
including columns:
Season
Lg
Team
W
L
W/L
Finish
SRS
Pace
RelativePage
ORtg
RelativeORtg
DRtg
RelativeDRtg
Playoffs
Coaches
TopWinShare
Koki Ando <koki.25.ando@gmail.com>
https://www.basketball-reference.com/teams/
## Not run: BostonCeltics <- getTeamHistory(team_code = "bos") head(BostonCeltics) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.