Generates a simple advanced box score from volleyball play by play data.
ncaa_vb_adv_box_score(game_id, away = "Away", home = "Home")
the ID for the game's play_by_play data from the box score page
Away Team
Home Team
a data frame with the following columns:
service point %
serve %
sideout %
hurtful error %
block win %
forfeited points
total points generated
a data frame of play_by_play data for the specified game
How to get a game ID:
find the game you want to view data for via stats.ncaa.org's scoreboard
open up its box score page
Click the play-by-play tab
Copy the string of numbers at the end of the URL from your browser's address bar.