Re: [R] save structure to be accesible later

2015-02-06 Thread Ivan Calandra
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

Re: [R] save structure to be accesible later

2015-02-05 Thread Ivan Calandra
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

Re: [R] save structure to be accesible later

2015-02-05 Thread Olivier Crouzet
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