[R] exporting data to csv file -problem with column names

Adrian Dusa dusa.adrian at gmail.com
Mon Jun 1 15:58:47 CEST 2009


Steven Matthew Anderson <adastra69 <at> mac.com> writes:
> [...]
> Is there a way to exclude the row numbers from the exported csv file?   
> Or add a column name for row number to keep this from happening?

Steven, see the "row.names" argument in write.table(), set it to FALSE.
Adrian




More information about the R-help mailing list