Thanks a lot for the answer, it works and really improves the speed of the
loop.
Best,
Sergio René
El , Eik Vettorazzi escribió:
> Hi Sergio,
> how about this:
> rm(list=setdiff(ls(),"z"))
> cheers.
> Am 20.10.2011 11:00, schrieb Sergio René Araujo Enciso:
> > Dear All:
> >
> > I w
Hi Sergio,
how about this:
rm(list=setdiff(ls(),"z"))
cheers.
Am 20.10.2011 11:00, schrieb Sergio René Araujo Enciso:
> Dear All:
>
> I would like to know if there is plausible way to say to R to remove all
> elements in the memory but the sequence. I have a code which makes a loop,
> and what
Dear All:
I would like to know if there is plausible way to say to R to remove all
elements in the memory but the sequence. I have a code which makes a loop,
and what I want is after the programme has performed all the operation over
every "i"th element, to remove all the objects, expect the seque
3 matches
Mail list logo