ianfiske / unmarked

R package for hierarchical models in ecological research
15 stars 33 forks source link

Error in csvToUMF #34

Closed Kayzinthan closed 6 years ago

Kayzinthan commented 6 years ago

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.