Message-ID: <20050913113945.44037.qmail@web40527.mail.yahoo.com>
Date: 2005-09-13T11:39:45Z
From: Martin Lam
Subject: How to erase objects
In-Reply-To: <s326c6d0.029@ffdata.setur.fo>
# 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
>