R clean workspace


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. delete.all <- function()
  2. rm(list=ls(pos=.GlobalEnv), pos=.GlobalEnv)
  3. delete.all()
  4.  
  5. graphics.off()

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.