[R] load ing and saving R objects

Richard Mott rmott at well.ox.ac.uk
Tue Jun 14 15:02:41 CEST 2005


Does anyone know a way to do the following:

Save a large number of R objects to a file (like load() does) but then 
read back only a small named subset of them . As far as I can see, 
load() reads back everything.

The context is:

I have an application which will generate a large number of large 
matrices (approx 15000 matrices each of dimension 2000*30). I can 
generate these matrices using an R-package I wrote, but it requires a 
large amouint of memory and is slow so I want to do this only once.  
However, I then want to do some subsequent processing, comprising a very 
large number of runs in which small  (~ 10) random selection of matrices 
from the previously computed set are used for linear modeling.  So I 
need a way to load back named objects previously saved in a call to 
save(). I can;t see anyway of doing this. Any ideas?

Thanks

Richard Mott
 

-- 
----------------------------------------------------
Richard Mott       | Wellcome Trust Centre 
tel 01865 287588   | for Human Genetics
fax 01865 287697   | Roosevelt Drive, Oxford OX3 7BN




More information about the R-help mailing list