Learn R Programming

volleystat (version 0.2.0)

players: Players data

Description

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

Usage

players

Arguments

Format

Data frame with 1853 rows and 13 columns.

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.

player_id

Player identifier which is unique within a team in a season. This identifier equals to the shirt number of the player. However, in cases where more than one player has the same shirt number, the identifier is replaced by a 3-digit number starting at 100.

shirt_number

Official shirt number, not unique within teams (see player_id).

position

Player's specialization

firstname

First name of the player

lastname

Last name of the player

gender

Player's gender: male or female.

birthdate

Date of birth

height

Height in cm

nationality

Nationality of player

Examples

Run this code
# NOT RUN {
players
# }

Run the code above in your browser using DataLab