[R] How to erase objects

Martin Lam tmlammail at yahoo.com
Tue Sep 13 13:39:45 CEST 2005


# to see the objects that are currently in memory
objects()

# to remove everything
rm(list = ls())

HTH,

Martin

--- Luis Ridao Cruz <Luisr at frs.fo> wrote:

> ?rm
> 
> 
> >>> <v.schlecht at arcor.de> 13/09/2005 12:08:55 >>>
> 
> Hi, I admit that I rather carelessly built lots of
> large objects and therefore ran out of memory. Most
> objects, which I have at the moment are now
> unnecessary, but it would take a lot of time to
> recreate the last few ones from scratch. So I would
> like to erase (get rid of) selected objects in order
> to be able to continue. Does anyone know how I could
> do this? 
> 
> Machen Sie aus 14 Cent spielend bis zu 100 Euro!
> Die neue Gaming-Area von Arcor - über 50
> Onlinespiele im Angebot.
> http://www.arcor.de/rd/emf-gaming-1 
> 
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help 
> PLEASE do read the posting guide!
> http://www.R-project.org/posting-guide.html
> 
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide!
> http://www.R-project.org/posting-guide.html
>




More information about the R-help mailing list