knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "tools/README-" )
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.