R/clear.memory.r

clear.memory = function() {
  to.remove = ls()
  rm( list=to.remove )
}
jae0/stmenv documentation built on May 28, 2019, 11 p.m.