View source: R/bart_game_box.R
bart_game_box | R Documentation |
Returns box score data by team for all games.
bart_game_box( year = current_season(), date = NULL, team = NULL, conf = NULL, game_id = NULL )
year |
Filters to year (YYYY) |
date |
Filters to date (YYYY-MM-DD) |
team |
Filters to team |
conf |
Filters to conference |
game_id |
Filters to game |
The home team is coded as 'team2'. Neutral site games may contain errors as to whom is the home team.
Returns a tibble of box score statistics
try(bart_game_box(year=2022))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.