[R] Error when naming rows of dataset

yongchuan panyc at pacific.net.sg
Tue Oct 24 18:30:06 CEST 2006


I get the following error when I try reading in a table.
How are 1.1, 1.2, 1.3 duplicate row names? Thx.

> table <- read.table('latestWithNumber.txt', header=T)
Error in "row.names<-.data.frame"(`*tmp*`, value = c("1.1", "1.2", "1.3",  : 
        duplicate 'row.names' are not allowed

Yongchuan



More information about the R-help mailing list