Learn R Programming

rvolleydata (version 2.0.0)

load_schedule: Load cleaned schedule data from the volleydata repository.

Description

Load cleaned schedule data from the volleydata repository.

Usage

load_schedule(league = NULL, seasons = NULL)

Value

Column NameType
seasonint
datechr
home_teamchr
away_teamchr
home_team_set_winsint
away_team_set_winsint
resultchr
match_idint
phasechr
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.

           All years must be 2023 or later.

Examples

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

Run the code above in your browser using DataLab