Как предотвратить запись первого столбца с индексом строки в файл?
Ответ 1
write.csv(t, "t.csv", row.names=FALSE)
От ?write.csv:
row.names: either a logical value indicating whether the row names of
‘x’ are to be written along with ‘x’, or a character vector
of row names to be written.