Message-ID: <48C50A07.5070101@stats.uwo.ca>
Date: 2008-09-08T11:18:31Z
From: Duncan Murdoch
Subject: free workspace
In-Reply-To: <19369119.post@talk.nabble.com>
On 08/09/2008 5:59 AM, GAF wrote:
> Hi there,
> I have a very basic but still important question:
> How can I free my workspace COMPLETELY?
> I tried:
>
> rm(list = ls())
> rm(list=ls(all=TRUE))
> remove(list = conflicts(detail=TRUE)$.GlobalEnv)
>
> but I still have lots of conflicts() which I have never seen before.
> Thanx for the help.
Show us. I'd guess they're coming from some package you loaded.
Duncan Murdoch