Hello,
I’m a new to R. when I use this code in my computer:
library(MetaDE)
study.names<-c("S1","S2","S3")
BS.raw<-MetaDE.Read(study.names,skip=rep(1:3),via="csv",matched=T,log=F)
It is ok and read my data into R, but when I tried it in another computer it came back to this error:
Error in read.table(file = file, header = header, sep = sep, quote = quote, : duplicate 'row.names' are not allowed
I appreciate everyone could give me a hand.