Hi,
I think that putting all your objects into one single list would be
easier, both to handle it and to save it.
To do it, you can create an empty list with 1000 elements before running
your function and then run your function in a loop (or something
similar) with the output of each run bein
Hi,
I generally prefer using the functions saveObject() and loadObject()
from the R.utils package. I like that you load directly to an object in
the R workspace.
HTH,
Ivan
--
Ivan Calandra, ATER
University of Reims Champagne-Ardenne
GEGENAA - EA 3795
CREA - 2 esplanade Roland Garros
51100 Re
Hi, have a look at save() and load().
You can save part of your workspace to a file (save()) and load it from this
file (load()). Of course the file format is R specific (but its specifications
are free) You may easily share the file with other R users.
Olivier.
--
Olivier Crouzet
LLING - Labo
3 matches
Mail list logo