[R] add data to a file while doing a loop
Sander Timmer
sandertimmer at gmail.com
Fri Jan 6 14:54:07 CET 2012
So you're looking for:
write.table(dataset, file="x.txt", append=TRUE)
Or do I understand your question wrongly?
More information about the R-help
mailing list