View source: R/get_team_schedule.R
get_team_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.
get_team_schedule(team_id = NA_character_, team_url = NA_character_)
team_id |
the team ID for a given team |
team_url |
portion of team URL after /teams/ |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.