Skip to contents

Example DataVolley files provided as part of the volleysim package

Usage

vs_example_file(choice = 1)

Arguments

choice

numeric: which data file to return?

  • 1 - the 2020 Austrian Women's Volley Cup played between Hartberg and UVC Graz

Value

path to the file

References

The example data files came from https://www.volleynet.at/dvdownload/information/f-Damen/

Examples

if (FALSE) {
  myfile <- vs_example_file()
  x <- datavolley::dv_read(myfile)
  summary(x)
}