I am a new R-user and I have a problem with the function "csvToUMF". I already check the csv format, it is formatted with format-wide but when I run "csvToUMF" to that csv file, I got the error message_
datc<- csvToUMF(("Crocodile_wide2.csv"),long = FALSE, type = "unmarkedFrameOccu")
Error in identical(R, J) : object 'R' not found
I cannot figure out what is happening to my data. Please kindly help me with this problem. Thank you very much.
I am a new R-user and I have a problem with the function "csvToUMF". I already check the csv format, it is formatted with format-wide but when I run "csvToUMF" to that csv file, I got the error message_