Re: [R] use object within rda file in for loop

2010-05-20 Thread Ivan Calandra
Hi Henrik, Thank you for this suggestion, it does sound easier indeed! Ivan Le 5/20/2010 15:50, Henrik Bengtsson a écrit : On Thu, May 20, 2010 at 3:06 PM, Ivan Calandra wrote: I've found the answer: get() is exactly what I need, I completely forgot about this function. There might be

Re: [R] use object within rda file in for loop

2010-05-20 Thread Henrik Bengtsson
On Thu, May 20, 2010 at 3:06 PM, Ivan Calandra wrote: > I've found the answer: > get() is exactly what I need, I completely forgot about this function. > > There might be a better way, but that works for me. I R.utils, there are saveObject() and loadObject(), which allows you to save and load obj

Re: [R] use object within rda file in for loop

2010-05-20 Thread Ivan Calandra
I've found the answer: get() is exactly what I need, I completely forgot about this function. There might be a better way, but that works for me. Ivan Le 5/20/2010 14:13, Ivan Calandra a écrit : Dear users, I would like to process all the lists from all *.rda files that I have in one folder.