get_box_scores | R Documentation |
This function returns a single data frame for a vector of box ids. A wrapping of scrape_box for multiple games
get_box_scores(
game_ids,
multi.games = F,
use_file = F,
save_file = F,
base_path = NA,
overwrite = F
)
multi.games |
whether to aggregate over games |
game_id |
vector of box ids for the game |
data frame with each row representing a player in the game
get_box_scores(c(1982642, 1982641))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.