Peter Wilkinson <pwilkinson <at> videotron.ca> writes: : > > My question is _when you keep the row names_, why is the command : > > write.table implemented in such a way that the column names are left : > > shifted starting in the column where the row names are written? : > : >That is not true if col.names=NA. : : I get it now ... : : I think this is related to the fact that I have not 'named' the rows in the : table with the names command, as it was intended to be used.
One other thing that might help would be to transfer the data from R to Excel using HTML rather than .csv . For an example, see: http://tolstoy.newcastle.edu.au/R/help/04/04/0460.html ______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
