search for: datatestr

Displaying 1 result from an estimated 1 matches for "datatestr".

Did you mean: datatest
2013 Feb 20
2
duplicate 'row.names' are not allowed
I am getting an error when trying to import tab delimited .txt file saved from Excel. I have read what is posted on the forums but still am confused. I saved my Excel file (DataTestforR.xlsx) as a tab delimited txt file (DataTestR.txt) on my Desktop. In the RGUI, I tried to import the txt file and got an error > myfile<-"C:\\Users\\jpapa\\Desktop\\DataTestR.txt" > mydf<-read.delim(myfile, header=TRUE,sep=" ", dec=".") Error in read.table(file = file, header = header, sep = sep, quot...