load_lovb_officials: Load cleaned lovb officials data from the volleydata...

View source: R/lovb.R

load_lovb_officialsR Documentation

Load cleaned lovb officials data from the volleydata repository.

Description

Load cleaned lovb officials data from the volleydata repository.

Usage

load_lovb_officials(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 officials data for the specified seasons.

Column Name Type
match_id dbl
season dbl
match_datetime chr
officials_type chr
full_name chr
first_name chr
last_name chr
level chr

Examples

try({load_lovb_officials(2025)})

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