| load_lovb_officials | R Documentation |
Load cleaned lovb officials data from the volleydata repository.
load_lovb_officials(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 officials data for the specified seasons.
| Column Name | Type |
| match_id | dbl |
| season | dbl |
| match_datetime | chr |
| officials_type | chr |
| full_name | chr |
| first_name | chr |
| last_name | chr |
| level | chr |
try({load_lovb_officials(2025)})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.