| load_mlv_officials | R Documentation |
Load cleaned mlv officials data from the volleydata repository.
load_mlv_officials(seasons = NULL)
seasons |
An integer or vector of integers of seasons to fetch data for. Defaults to all available seasons. |
| Column Name | Type |
| match_id | int |
| season | int |
| match_datetime | string |
| officials_type | string |
| full_name | string |
| first_name | string |
| last_name | string |
| level | string |
try({load_mlv_officials(2024)})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.