View source: R/ncaa_vb_player_box_score.R
ncaa_vb_player_box_score | R Documentation |
Scrape player box score during a volleyball game from ncaa.com data
ncaa_vb_player_box_score(game_id)
game_id |
the ID for the game's box score data |
How to get a game ID:
find the game you want to view data for via ncaa.com's scoreboard
open up its box score page
Copy the string of numbers at the end of the URL from your browser's address bar. OR
call the ncaa_vb_games() function
Select the game_id for the given game
a data frame of player box score data for the specified game
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.