vx_example_file: Example data files

Description Usage Arguments Value See Also Examples

View source: R/example_data.R

Description

Example data files provided as part of the volleyxml package

Usage

1
vx_example_file(choice = 1)

Arguments

choice

numeric: which data file to return?

  • 1 - a largely fictitious example

Value

path to the file

See Also

vx_read

Examples

1
2
3
myfile <- vx_example_file()
x <- vx_read(myfile)
summary(x)

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