load_lovb_pbp: Load cleaned lovb play-by-play data from the volleydata...

View source: R/lovb.R

load_lovb_pbpR Documentation

Load cleaned lovb play-by-play data from the volleydata repository.

Description

Load cleaned lovb play-by-play data from the volleydata repository.

Usage

load_lovb_pbp(seasons = NULL)

Arguments

seasons

An integer or vector of integers of seasons to fetch data for. Defaults to all available seasons.

Value

A data frame containing the play-by-play data for the specified seasons.

Column Name Type
match_id int
season int
match_datetime string
home_team_name string
away_team_name string
team_involved string
jersey_number int
action string
outcome string
set int
point_number int
point_winner string
home_score int
away_score int

Examples

try({load_lovb_pbp(2025)})

rvolleydata documentation built on Nov. 5, 2025, 7:01 p.m.