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