View source: R/ncaa_vb_adv_box_score.R
ncaa_vb_adv_box_score | R Documentation |
Generates a simple advanced box score from volleyball play by play data.
ncaa_vb_adv_box_score(game_id, away = "Away", home = "Home")
game_id |
the ID for the game's play_by_play data from the box score page |
away |
Away Team |
home |
Home Team |
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.
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.