match_adresses {volleystat} | R Documentation |
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
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.
Source
https://www.volleyball-bundesliga.de/cms/home/1blf/1blf_clubsspieler/1blf_spielhallen.xhtml https://www.volleyball-bundesliga.de/cms/home/1blm/1blm_clubsspieler/1blm_spielhallen.xhtml
Examples
match_adresses
[Package volleystat version 0.2.0 Index]