get_team_schedule: get_team_schedule

View source: R/get_team_schedule.R

get_team_scheduleR Documentation

get_team_schedule

Description

Scrapes the schedule for a given team from the NCAA. Returns data similar to bigballR but does so more efficiently and quickly.

Usage

get_team_schedule(team_id = NA_character_, team_url = NA_character_)

Arguments

team_id

the team ID for a given team

team_url

portion of team URL after /teams/

Value

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


ehess/ncaascrapR documentation built on March 28, 2022, 3:33 a.m.