powered by
Season Matchups and results of a given team
getMatchups(team_code, season)
Team code consisting 3 characters
Season number
This function returns data.frame including columns:
data.frame
G
Date
StartTime
Opponent
Result
OT
Tm
Opp
W
L
Streak
https://www.basketball-reference.com/teams/
# NOT RUN { bos19 <- getMatchups(team_code = "bos", season = 2019) head(bos19) # } # NOT RUN { # }
Run the code above in your browser using DataLab