Skip to contents

get_wsc_play_by_play() retrieves WSC-provided information on each play for a given game, including but not limited to their ID; time and strength state of occurrence; winning, losing, blocking, shooting, hitting, hit, scoring, assisting, committed-by, drawn-by, and/or served-by player IDs; and X and Y coordinates. Access get_games() for game reference.

Usage

get_wsc_play_by_play(game = 2024020602)

Arguments

game

integer Game ID

Value

tibble with one row per play

Examples

wsc_pbp_2024030411 <- get_wsc_play_by_play(game=2024030411)