| load_mlv_schedule | R Documentation |
Load cleaned mlv schedule data from the volleydata repository.
load_mlv_schedule(seasons = NULL)
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. |
| 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 |
try({load_mlv_schedule(2024)})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.