powered by
Get Schedule and Results for NCAA Baseball Teams
ncaa_schedule_info(teamid = NULL, year = NULL)
A data frame with the following fields: date, opponent, result, score, innings (if more than regulation), and the url for the game itself.
The team's unique NCAA id.
The season (i.e. use 2016 for the 2015-2016 season, etc.)
# \donttest{ try(ncaa_schedule_info(teamid = 736, year = 2021)) # }
Run the code above in your browser using DataLab