Learn R Programming

volleystat (version 0.2.0)

staff: Team staff data

Description

A dataset containing attributes of all staff members of teams in the German first division volleyball league for each season starting in 2013/2014 and ending in 2018/2019.

Usage

staff

Arguments

Format

A data frame with 1214 rows and 10 variables:

league_gender

Men or women's league.

season_id

ID for each season unique within league_gender. It consists of the last two digits of the season years, e.g., the season_id of season 2014/2015 equals 1415.

team_id

Team identifier which is unique across all teams and seasons.

team_name

Official name of the team. Note that VCO Berlin has a team in men's and women's league.

firstname

First name of the player

lastname

Last name of the player

gender

Player's gender: male or female.

birthdate

Date of birth

position

Person's role in the team, e.g., couch, statistician, or assistant couch.

nationality

Nationality of team member.

Examples

Run this code
# NOT RUN {
staff
# }

Run the code above in your browser using DataLab