bart_team_schedule | R Documentation |
Returns schedule and game-by-game four factor data by team.
bart_team_schedule(year=current_season(), team=team)
year |
Year to pull |
team |
Team to pull |
Tibble returns basic schedule data, including date, conference, and opposing coach, and four factor stats for completed games. A unique game ID is included.
try(head(bart_team_schedule(year=2019, team='Duke')))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.