Displaying 1 result from an estimated 1 matches for "mypheno".
Did you mean:
hyphen
2007 Sep 24
1
Error: cannot allocate vector of size...
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 file (41.2 MB).
When I put the last command