So I trying to use this package (https://github.com/openvolley/datavolley) for reading volleyball scouting files but when ever I run the basic read function I get this error.
<code>#Libraries
library(datavolley)
library(tidyverse)
x <- dv_read("&P12-01 2021-09-23 221326 UCLA-USC(VM).dvw")
</code>
<code>#Libraries
library(datavolley)
library(tidyverse)
x <- dv_read("&P12-01 2021-09-23 221326 UCLA-USC(VM).dvw")
</code>
#Libraries
library(datavolley)
library(tidyverse)
x <- dv_read("&P12-01 2021-09-23 221326 UCLA-USC(VM).dvw")
Error in value[3L] :
could not read the [3PLAYERS-H] section of the input file
The [3PLAYERS-H] indicates the beginning of the home roster which is included in all of the files so I am a bit confused as to why the package isn’t working.
Any help is much appreciated.