getTeamHistory {NBAloveR} | R Documentation |
Franchise History Data
Description
Franchise's season data
Usage
getTeamHistory(team_code)
Arguments
team_code |
Team code consisting of 3 characters to fetch information for |
Value
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
Author(s)
Koki Ando <koki.25.ando@gmail.com>
See Also
https://www.basketball-reference.com/teams/
Examples
## Not run:
BostonCeltics <- getTeamHistory(team_code = "bos")
head(BostonCeltics)
## End(Not run)
[Package NBAloveR version 0.1.3.3 Index]