Hello all, Have a little annoying issue with wreite.csv. It always writes out observation number. Is there a way to avoid this. Thanks, DL -- View this message in context: http://r.789695.n4.nabble.com/Have-write-csv-write-csv-without-observation-number-tp4030672p4030672.html Sent from the R help mailing list archive at Nabble.com.
Timothy Bates
2011-Nov-11 09:06 UTC
[R] Have write.csv write csv without observation number
If you find yourself asking "is there a way..?", put that question mark in front of the function you are wondering about and push return ?write.csv In this case, you will see that the write function has a parameter to say whether to write out row names ornot, which defaults to TRUE... row.names = TRUE On Nov 11, 2011, at 7:46 AM, dlarmour wrote:> Hello all, > > Have a little annoying issue with wreite.csv. It always writes out > observation number. Is there a way to avoid this. Thanks, > > DL > > -- > View this message in context: http://r.789695.n4.nabble.com/Have-write-csv-write-csv-without-observation-number-tp4030672p4030672.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.[[alternative HTML version deleted]]