load_mlv_schedule: Load cleaned mlv schedule data from the volleydata...

View source: R/mlv.R

load_mlv_scheduleR Documentation

Load cleaned mlv schedule data from the volleydata repository.

Description

Load cleaned mlv schedule data from the volleydata repository.

Usage

load_mlv_schedule(seasons = NULL)

Arguments

seasons

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

           All years must be 2024 or later.

Value

Column Name Type
season int
date string
round string
home_team string
away_team string
home_team_set_wins int
away_team_set_wins int
result string
match_link string

Examples

try({load_mlv_schedule(2024)})

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