Title: | Data Sets For Use With Openvolley Packages |
---|---|
Description: | Example data files and other data resources, primarily for use with the openvolley package family. |
Authors: | Ben Raymond [aut, cre], Adrien Ickowicz [aut], Mark Lebedew [ctb], Chau Le [ctb], Michael Mattes [ctb], Christophe Elek [ctb], openvolley.org [org] |
Maintainer: | Ben Raymond <[email protected]> |
License: | MIT + file LICENSE |
Version: | 0.1.2 |
Built: | 2024-10-09 02:58:52 UTC |
Source: | https://github.com/openvolley/ovdata |
Example data files and other data resources, primarily for use with the openvolley package family.
Example volleyball match scout files
ovdata_example(choice = "190301_kats_beds", as = "path", simplify = TRUE)
ovdata_example(choice = "190301_kats_beds", as = "path", simplify = TRUE)
choice |
string: one or more files to return
|
as |
string: either "path" (return the path to the file) or "parsed" (parse the file into an R data structure using |
simplify |
logical: by default if |
If as
is "path", a character vector with the file path(s), otherwise a list
myfile <- ovdata_example() x <- dv_read(myfile) summary(x) x <- ovdata_example("clickscout", as = "parsed") summary(x)
myfile <- ovdata_example() x <- dv_read(myfile) summary(x) x <- ovdata_example("clickscout", as = "parsed") summary(x)
Example volleyball images
ovdata_example_image(choice = "190301_kats_beds")
ovdata_example_image(choice = "190301_kats_beds")
choice |
string: one or more files to return
|
A character vector with the file path(s)
myfile <- ovdata_example_image()
myfile <- ovdata_example_image()
Example volleyball team roster files
ovdata_example_roster( choice = "Stadium Mirandola", as = "path", simplify = TRUE )
ovdata_example_roster( choice = "Stadium Mirandola", as = "path", simplify = TRUE )
choice |
string: one or more files to return
|
as |
string: either "path" (return the path to the file) or "parsed" (parse the file into an R data structure using |
simplify |
logical: by default if |
If as
is "path", a character vector with the file path(s), otherwise a list
myfile <- ovdata_example_roster() ## read this file with ## x <- datavolley::dv_read_sq(myfile) ## or have it read automatically x <- ovdata_example_roster(as = "parsed")
myfile <- ovdata_example_roster() ## read this file with ## x <- datavolley::dv_read_sq(myfile) ## or have it read automatically x <- ovdata_example_roster(as = "parsed")
Example volleyball videos
ovdata_example_video(choice = "190301_kats_beds")
ovdata_example_video(choice = "190301_kats_beds")
choice |
string: one or more files to return
|
A character vector with the file path(s)
myfile <- ovdata_example_video()
myfile <- ovdata_example_video()