README.md

volleyxml

lifecycle openvolley R build
status

An R package for reading volleyball scouting files in the hudl XML format. Files in this format can be exported from scouting apps including iStatVball 2, SoloStats Live, and others. (This R package is not affiliated with or endorsed by hudl or any of these scouting apps.)

See also the datavolley R package for handling DataVolley files. The data structures and conventions used by volleyxml have been chosen to be similar to those of the datavolley package.

Installation

remotes::install_github("openvolley/volleyxml")

Example

Read the example data file bundled with the package:

library(volleyxml)
x <- vx_read(vx_example_file())
summary(x)
#> Match summary:
#> Date: 2018-03-17
#> Teams: Attacking Aardvarks
#>        vs
#>        Blocking Badgers
#> Result: 3-0 (25-16, 25-20, 25-22)


raymondben/volleyxml documentation built on Jan. 18, 2021, 1:39 a.m.