[R] free workspace
GAF
p.sprau at nioo.knaw.nl
Mon Sep 8 11:59:48 CEST 2008
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.
--
View this message in context: http://www.nabble.com/free-workspace-tp19369119p19369119.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list