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