load_lovb_team_staff: Load cleaned lovb team staff data from the volleydata...

View source: R/lovb.R

load_lovb_team_staffR Documentation

Load cleaned lovb team staff data from the volleydata repository.

Description

Load cleaned lovb team staff data from the volleydata repository.

Usage

load_lovb_team_staff(seasons = NULL)

Arguments

seasons

An integer or vector of integers of seasons to fetch data for. Defaults to all available seasons.

Value

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

Examples

try({load_lovb_team_staff(2025)})

rvolleydata documentation built on Nov. 5, 2025, 7:01 p.m.