[R] How to save very large matrix?

Petar Milin pmilin at gmail.com
Tue Oct 29 20:27:13 CET 2013


Hello!
I have a very large matrix of results: 50000x100000. I saved it as RDS, but I would also need to save it as txt or csv. Is there a way to do it? Now, with write.table I am receiving an error:
Error in .External2(C_writetable, x, file, nrow(x), p, rnames, sep, eol,  : 
  long vectors not supported yet: io.c:1116

Please, help! Many thanks!

PM


More information about the R-help mailing list