load_mlv_player_boxscore: Load cleaned mlv player boxscore data from the volleydata...

View source: R/mlv.R

load_mlv_player_boxscoreR Documentation

Load cleaned mlv player boxscore data from the volleydata repository.

Description

Load cleaned mlv player boxscore data from the volleydata repository.

Usage

load_mlv_player_boxscore(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 player boxscore data for the specified seasons.

Column Name Type
match_id int
season int
match_datetime chr
team_involved chr
team_name chr
player_lastname chr
player_firstname chr
sets_played int
is_captain lgl
number chr
libero int
set_number int
serves int
serve_errors int
serve_aces int
serve_efficiency dbl
attack_attempts int
attack_errors int
attack_kills int
attack_success_ratio dbl
attack_efficiency dbl
receptions int
reception_errors int
positive_reception_ratio dbl
perfect_reception_ratio dbl
block_points int
block_touches int
earned_points int
net_points int
assists int
successful_digs int
id chr
spike_hp int
points int

Examples

try({load_mlv_player_boxscore(2024)})

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