Skip to content
Prev 155314 / 398502 Next

free workspace

GAF
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.