Displaying 2 results from an estimated 2 matches for "22row".
Did you mean:
2row
2008 Jun 23
2
Extracting "row.names"
...States.1252;LC_CTYPE=English_United
States.1252;LC_MONETARY=English_United
States.1252;LC_NUMERIC=C;LC_TIME=English_United States.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
--
View this message in context: http://www.nabble.com/Extracting-%22row.names%22-tp18072521p18072521.html
Sent from the R help mailing list archive at Nabble.com.
2007 Dec 07
2
Data import error: duplicate "row.names"
Hi,
I am trying to import a tab delimited file (converted from .xls file) by
>Test<-read.table("/Users/....txt", header=T, row.names=1)
The command has always worked for me, but now I have been getting the
error message saying that "duplicate 'row.names' are not allowed. I
have checked my original files and all names were unique. I have
also tried to change