Scrape team box score during a volleyball game from ncaa.com data

ncaa_vb_team_box_score(game_id)

Arguments

game_id

the ID for the game's box score data

Value

a data frame of team box score data for the specified game

Details

How to get a game ID:

  1. find the game you want to view data for via ncaa.com's scoreboard

  2. open up its box score page

  3. Copy the string of numbers at the end of the URL from your browser's address bar. OR

  4. call the ncaa_vb_games() function

  5. Select the game_id for the given game