View source: R/bart_season_schedule.R
bart_season_schedule | R Documentation |
Returns full season schedule for all D-1 teams by year
bart_season_schedule( year = current_season(), type = NULL, conf = NULL, team = NULL )
year |
Defaults to current season (YYYY). |
type |
Filters for game type (see details). |
conf |
Filters for conference. |
team |
Filters for team. |
Function pulls all games involving at least one D-1 team. Under the 'type' column, games are classified by one of four indicators, explained below:
Non-conference games between two D-1 teams.
In-conference games.
Post-conference tournament games.
Games involving one non-D1 team.
Returns a tibble with six columns:
date
double.
type
character. See details.
neutral
logical.
home
character.
away
character.
game_id
character.
try(bart_season_schedule(year=2022))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.