Re: [R] Exporting large datasets

2009-07-01 Thread DrDimo
> # not efficient, just for demonstration > for (i in 1:100) write.table(x[i,, drop=FALSE], file=x.out, > sep=',', col.names=FALSE, row.names=FALSE) > close(x.out) > > > > On Mon, Jun 29, 2009 at 2:51 AM, DrDimo > wrote: > >> >> Hi all, >> &g

[R] Exporting large datasets

2009-06-29 Thread DrDimo
Hi all, I am currently working on a particularly large (data wise) project, the problem I am having is with exporting the data (for use later on). My current sample dataset contains about 400million entries (approximately 2 columns x 2 rows). I tried using the write.table command, but 8