Learn R Programming

volleystat (version 0.2.0)

match_adresses: Match adresses data

Description

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

Usage

match_adresses

Arguments

Format

Data frame with 1718 rows and 6 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.

match_id

Official VBL match id. Unique within seasons.

gym

Official name of arena.

adress

ZIP code and city.

lon

Longitude of arena.

lat

Latitude of arena.

Examples

Run this code
# NOT RUN {
match_adresses
# }

Run the code above in your browser using DataLab