Learn R Programming

ncaavolleyballr (version 0.4.3)

match_pbp: Extract play-by-play information for a particular match

Description

The NCAA's page for a match/contest includes a tab called "Play By Play". This function extracts the tables of play-by-play information for each set.

Usage

match_pbp(contest = NULL)

Value

Returns a data frame of set number, teams, score, event, and player responsible for the event.

Arguments

contest

Contest ID determined by NCAA for match. To find ID, use find_team_contests() for a team and season.

Examples

Run this code
if (FALSE) { # interactive()
match_pbp(contest = "6080706")
}

Run the code above in your browser using DataLab