load_lovb_schedule: Load cleaned lovb schedule data from the volleydata...

View source: R/lovb.R

load_lovb_scheduleR Documentation

Load cleaned lovb schedule data from the volleydata repository.

Description

Load cleaned lovb schedule data from the volleydata repository.

Usage

load_lovb_schedule(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 schedule data for the specified seasons.

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
match_link string
secondary_link string
match_id int

Examples

try({load_lovb_schedule(2025)})

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