| load_lovb_schedule | R Documentation |
Load cleaned lovb schedule data from the volleydata repository.
load_lovb_schedule(seasons = NULL)
seasons |
An integer or vector of integers of seasons to fetch data for. Defaults to all available seasons. |
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 |
try({load_lovb_schedule(2025)})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.