Skip to content
Prev 307540 / 398506 Next

write.csv with append = TRUE

write.table() should append just fine. write.csv() doesn't append I'm
told because there's no guarantee it matches the column headings of
the original file. That said, write.table(..., append = TRUE, sep =
",") is a pretty good approximation.

Cheers,
Michael
On Wed, Oct 10, 2012 at 3:44 PM, Alex van der Spek <doorz at xs4all.nl> wrote: