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