View source: R/ncaa_schedule.R
ncaa_schedule | R Documentation |
Scrapes the schedule for a given team from the NCAA. Returns data similar to
bigballR
but does so more efficiently and quickly.
ncaa_schedule(team_id)
team_id |
the team ID for a given team |
a data frame with the following columns: date, game_id, home_team, home_team_id, away_team, away_team_id, home_score, away_score, is_neutral, details
ncaa_schedule('501404') # womens soccer ncaa_schedule('509092') # baseball ncaa_schedule('509675') # mens tennis
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.