Description
Detailed Statistics on Volleyball Matches.
Description
Volleyball match statistics of the German volleyball first division league (seasons 2013/2014 to 2018/2019). The data has been collected from the official volleyball first division homepage (<www.volleyball-bundesliga.de>) and contains information on teams, staff, sets, matches, and player-in-match statistics (extracted automatically from the official match reports).
README.md
volleystat
This packages contains detailed statistics on volleyball matches on team and player level for the seasons 2013/14 to 2018/2019 in Germany. It provides the following data tables.
matchescontains information on match level for home and away teams.setscontains information on match-set level for home and away teams.matchstatscontains information on match-player level for home and away teamsplayerscontains information on all teams on seasonal level.staffcontains information on trainer tea, of all teams on seasonal level.match_adressescontains name and adress of the gym for each match along with coordinates.team_adressescontains name and adress of the home gym of each team in each season along with coordinates.
Installation
You can install volleystat from github with:
devtools::install_github("bozhinvi/volleystat")