pv_example_file: Example data files provided as part of the peranavolley...

Description Usage Arguments Value See Also Examples

View source: R/example_data.R

Description

These example files were kindly provided by Chau Le from Perana Sports.

Usage

1
pv_example_file(choice = 1)

Arguments

choice

numeric: which data file to return?

  • 1 - Men's Australian Volleyball League 2017: Canberra Heat vs UTSSU

  • 2 - Women's Australian Volleyball League 2017: Canberra Heat vs UTSSU

Value

path to the file

See Also

pv_read

Examples

1
2
3
myfile <- pv_example_file()
x <- pv_read(myfile)
summary(x)

raymondben/peranavolley documentation built on Dec. 26, 2021, 1:16 a.m.