Page 1 of 1

Loading OMV data in R

Posted: Tue Mar 19, 2024 3:57 am
by drfuad
Hello guys,
I am trying to load an omv dataset in r using the jmvReadWrite package but getting this error massege:
Code:
library(jmvReadWrite)
data<-jmvReadWrite::read_omv(fleInp = "C:/Users/fuadm/OneDrive/Desktop/My Papers/CFOM/Dataset/2012_2.omv")
Message:
Error in if (!is.logical(crrCol) && chkFld(mtaCol, "dataType", "Integer") && :
missing value where TRUE/FALSE needed

A little help would be greatly appricaited

Re: Loading OMV data in R

Posted: Tue Mar 19, 2024 9:32 pm
by jonathon
you may find more help posting the issue here:

https://github.com/sjentsch/jmvReadWrite/issues

cheers