Learn R Programming

volleystat (version 0.2.0)

team_adresses: Team adresses data

Description

A dataset containing name, adress, and coordinates of the home gym of each team in the German first division volleyball league between 2013/2014 and ending in 2018/2019.

Usage

team_adresses

Arguments

Format

Data frame with 137 rows and 8 columns.

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.

league_gender

Men or women's league.

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.

gym_adress

ZIP code and city.

max_spectator

Maximum capacity

lon

Longitude of arena.

lat

Latitude of arena.

Examples

Run this code
# NOT RUN {
team_adresses
# }

Run the code above in your browser using DataLab