Example volleyball team roster files
Arguments
- choice
string: one or more files to return
"Stadium Mirandola" - the team roster for Stadium Mirandola (file from http://volleynetworkitalia.it/)
- as
string: either "path" (return the path to the file) or "parsed" (parse the file into an R data structure using
datavolley::dv_read_sq()- simplify
logical: by default if
asis "parsed", the returned list is the same length aschoicewhere each entry is a parsed object. IfsimplifyisTRUEand we have asked for a single file (i.e.length(choice) == 1, then return just that object (not a list containing that object)
