load_mlv_team_staff: Load cleaned mlv team staff data from the volleydata...

View source: R/mlv.R

load_mlv_team_staffR Documentation

Load cleaned mlv team staff data from the volleydata repository.

Description

Load cleaned mlv team staff data from the volleydata repository.

Usage

load_mlv_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_mlv_team_staff(2024)})

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