Displaying 1 result from an estimated 1 matches for "17000x400".
Did you mean:
17000000
2003 Sep 08
2
memory problem in exporting data frame
Hi,
I am having trouble of exporting a large data frame
out of R to be used in other purpose. The data frame
is numeric with size 17000x400. It takes a quite some
time to start R as well. my computer has 1GB RAM. I
used the following command to write the data frame to
a text file and got the error message below:
> write.table(xxx, "C:\\xxx", sep="\t",
row.names=FALSE,col.names=FALSE,quote=FALSE)
Error: cannot a...