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.
matches
contains information on match level for home and away teams.sets
contains information on match-set level for home and away teams.matchstats
contains information on match-player level for home and away teamsplayers
contains information on all teams on seasonal level.staff
contains information on trainer tea, of all teams on seasonal level.match_adresses
contains name and adress of the gym for each match along with coordinates.team_adresses
contains 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")