Skip to content
Prev 267257 / 398502 Next

Write.table Question

Hi Margaux,

Check the row.names and col.names arguments of write.table.
See ?write.table

write.table (dat, file = "/path/to/my/data.txt", sep = " ", 
col.names=FALSE, row.names=FALSE)

HTH,
Ivan


Le 8/1/2011 17:18, Margaux Keller a ?crit :