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