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.
remotes::install_github("openvolley/volleyxml")
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.