We Recommend

Essential ActionScript 3.0 Essential ActionScript 3.0
The book focuses on the core language and object-oriented programming, but also adds a deep look at the centerpiece of Flash Player's new API: display programming. Enjoy hundreds of brand new pages covering exciting new language features, such as the DOM-based event architecture, E4X, and namespaces--all brimming with real-world sample code.


Posted By

bapt4510 on 10/27/07


Tagged

textmate clean R workspace


Versions (?)


Who likes this?

1 person has marked this snippet as a favorite

bapt4510


R clean workspace


Published in: Other 


  1. delete.all <- function()
  2. rm(list=ls(pos=.GlobalEnv), pos=.GlobalEnv)
  3. delete.all()
  4.  
  5. graphics.off()

Report this snippet 

You need to login to post a comment.