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
as
is "parsed", the returned list is the same length aschoice
where each entry is a parsed object. Ifsimplify
isTRUE
and we have asked for a single file (i.e.length(choice) == 1
, then return just that object (not a list containing that object)