感謝!
# Title: How to save the R environment# Date: 2012/3/13
x <- c(1:10)quit() # press "是"# 重新登入 R# 會顯示 "[Previously saved workspace restored]"ls() # 顯示之前輸入的物件 x# end