ncaa_schedule: ncaa_schedule

View source: R/ncaa_schedule.R

ncaa_scheduleR Documentation

ncaa_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

ncaa_schedule(team_id)

Arguments

team_id

the team ID for a given team

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

Examples


ncaa_schedule('501404') # womens soccer
ncaa_schedule('509092') # baseball
ncaa_schedule('509675') # mens tennis



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