[R] how to export.RDA file to a text file?

2007-09-24 Thread Jittima Piriyapongsa
Hi, Does anyone know how to export .RDA file (in R program) to a normal text file (readable by any text editor)? Also, how to export an object in R program into a text file (not .RDA file)? Thank you. Jittima __ R-help@r-project.org mailing list

[R] Error: cannot allocate vector of size...

2007-09-24 Thread Jittima Piriyapongsa
Hi, I want to change .RDA file to a text file. So I did as follows. load(my.rda) ls() --- then it showed [1] exprs write.table(exprs,C:\\my.txt,sep=\t) I was successful with the first .RDA file. Then I used the same commands with another .RDA file (172 MB)which is 4 times bigger than the first