get_play_by_play: Multiple Game Play-By-Play Scraper

get_play_by_playR Documentation

Multiple Game Play-By-Play Scraper

Description

This is the suggested function for scraping play-by-play, as it handles and binds multiple games. Please see the scrape_game() function documentation for a more detailed description.

Usage

get_play_by_play(
  game_ids,
  use_file = F,
  save_file = F,
  base_path = NA,
  overwrite = F
)

Arguments

game_ids

A string/numeric object or vector containing game ids

Examples

get_play_by_play(c(4671170, 4674164))
team_sched <- get_team_schedule(team.id = 450680)
get_play_by_play(team_sched$Game_ID)

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