Sunday, January 8, 2012

Basic R - Command

Save/Load temorary result

save.image('Temp.RData')
load('Temp.RData')
Envionment


ls() # show the current contents of the directory
rm(a) # remove the object "a"

Summary Data

str()/summary()

No comments: