knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "tools/README-"
)

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)


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