vs_example_file: Example DataVolley files provided as part of the volleysim...

View source: R/example_data.R

vs_example_fileR Documentation

Example DataVolley files provided as part of the volleysim package

Description

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/

See Also

datavolley::dv_read()

Examples

## Not run: 
  myfile <- vs_example_file()
  x <- datavolley::dv_read(myfile)
  summary(x)

## End(Not run)


openvolley/volleysim documentation built on Nov. 30, 2023, 12:49 a.m.