Learn R Programming

rvolleydata (version 2.0.0)

load_officials: Load cleaned officials data from the volleydata repository.

Description

Load cleaned officials data from the volleydata repository.

Usage

load_officials(league = NULL, seasons = NULL)

Value

Column NameType
match_idint
seasonint
match_datetimechr
officials_typechr
full_namechr
first_namechr
last_namechr
levelchr
leaguechr

Arguments

league

A string specifying which of "mlv", "lovb", or "au" to load data for.

seasons

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

Examples

Run this code
try({load_officials("mlv", 2024)})

Run the code above in your browser using DataLab