dv_example_file: Example DataVolley files provided as part of the datavolley...

View source: R/example_data.R

dv_example_fileR Documentation

Example DataVolley files provided as part of the datavolley package

Description

Example DataVolley files provided as part of the datavolley package

Usage

dv_example_file(choice = 1)

Arguments

choice

numeric: which data file to return?

  • 1 - the January 2015 Slovenian junior women's final between BraslovĨe and Nova KBM Branik (obtained from http://www.odbojka.si/

  • 2 - the December 2012 men's Slovenian national championship semifinal between ACH Volley and Maribor (obtained from http://www.odbojka.si/

  • 3 - Nicaragua vs Cuba women from the Pan American Cup, August 2022 (vsm format, courtesy Christophe Elek)

Value

path to the file

See Also

dv_read

Examples

myfile <- dv_example_file()
x <- dv_read(myfile, insert_technical_timeouts = FALSE)
summary(x)


raymondben/datavolley documentation built on April 14, 2024, 11:31 p.m.