load_mlv_officials: Load cleaned mlv officials data from the volleydata...

View source: R/mlv.R

load_mlv_officialsR Documentation

Load cleaned mlv officials data from the volleydata repository.

Description

Load cleaned mlv officials data from the volleydata repository.

Usage

load_mlv_officials(seasons = NULL)

Arguments

seasons

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

Value

Column Name Type
match_id int
season int
match_datetime string
officials_type string
full_name string
first_name string
last_name string
level string

Examples

try({load_mlv_officials(2024)})


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