Remove all variables in R except loaded functions

Post date: Jun 18, 2014 11:49:34 PM

use this command:

rm(list = setdiff(ls(), lsf.str()))