Loading OMV data in R

General help and assistance with jamovi. Bug reports can be made at our issues page: https://github.com/jamovi/jamovi/issues . (If you're unsure feel free to discuss it here)
Post Reply
drfuad
Posts: 7
Joined: Tue May 09, 2023 9:53 am

Loading OMV data in R

Post 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
Attachments
2012_2.omv
(33.53 KiB) Downloaded 19 times
User avatar
jonathon
Posts: 2627
Joined: Fri Jan 27, 2017 10:04 am

Re: Loading OMV data in R

Post by jonathon »

you may find more help posting the issue here:

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

cheers
Post Reply