Get GameZone master schedule data by date
Usage
gamezone_mbb_master_schedule(date, ranked_games = FALSE)
Arguments
- date
date (of the form "2021-03-01")
- ranked_games
whether or not to only grab the games where at least
one team is ranked (much faster, since it uses the API)
Examples
if (FALSE) {
gamezone_mbb_master_schedule(date = "2021-03-01", ranked_games = T)
}