Skip to content
Prev 68465 / 398506 Next

Restarting R without quitting R

You could try

  rm( list=ls() )   # to remove all objects in a session 
  gc()              # may return from R to operating system

but sometimes I find it just easier to kill and start a new R session.

Regards, Adai
On Sat, 2005-04-23 at 15:26 +0100, Paul Smith wrote: