get_box_scores: Box Scores Scrape

get_box_scoresR Documentation

Box Scores Scrape

Description

This function returns a single data frame for a vector of box ids. A wrapping of scrape_box for multiple games

Usage

get_box_scores(
  game_ids,
  multi.games = F,
  use_file = F,
  save_file = F,
  base_path = NA,
  overwrite = F
)

Arguments

multi.games

whether to aggregate over games

game_id

vector of box ids for the game

Value

data frame with each row representing a player in the game

Examples

get_box_scores(c(1982642, 1982641))

jflancer/bigballR documentation built on March 1, 2025, 3:57 a.m.