Scrape roster information from the stats.ncaa.org website

ncaa_vb_roster(school_id, team_id)

Arguments

school_id

the id for the school across all seasons

team_id

the id for the roster for that school's season

Value

a data frame of the roster for the team

Details

How to get a school_id and team_id:

  1. find the team you want to view data for on the stats.ncaa.org website

  2. select the "roster" tab from the team's page

  3. note the two sets of numbers in the URL

  4. the first number in the URL is the school_id, the second number is the team_id