load_mlv_player_info: Load cleaned mlv player info data from the volleydata...

View source: R/mlv.R

load_mlv_player_infoR Documentation

Load cleaned mlv player info data from the volleydata repository.

Description

Load cleaned mlv player info data from the volleydata repository.

Usage

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

Column Name Type
match_id dbl
season dbl
match_datetime chr
set dbl
set_start_time chr
set_end_time chr
set_duration dbl
set_home_score dbl
set_away_score dbl
event_type chr
event_time chr
libero_enters lgl
team_involved chr
libero_jersey_number dbl
libero_subsitute_jersey_number dbl
rally_start_time chr
rally_end_time chr
point_team chr
call_approved lgl
player_in_jersey_number dbl
player_out_jersey_number dbl
challenge_reason chr
challenge_method chr
challenge_response chr
challenge_result chr
home_score_after_challenge dbl
away_score_after_challenge dbl

Examples

try({load_mlv_player_info(2024)})

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