getMatchups | R Documentation |
Season Matchups and results of a given team
getMatchups(team_code, season)
team_code |
Team code consisting 3 characters |
season |
Season number |
This function returns data.frame
including columns:
"G" - Games
"Date" - Date
"StartTime" - Time-zone ET
"Opponent" - Opponent Team
"Result" - Game Result
"OT" - Over Time
"Tm" - Points
"Opp" - Opponent Points
"W" - Wins
"L" - Losses
"Streak" - Streaks
Koki Ando
https://www.basketball-reference.com/teams/
## Not run: bos19 <- getMatchups(team_code = "bos", season = 2019) head(bos19) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.