User Tools

Site Tools


r:starting

Setting working directory

> getwd 
> setwd 

Saving Workspace

> save.image() 

Command History

> history() 

Saving the Result of the Previous Command

> x <- .Last.value # Capture the result now 
> x 
[1] 147.6549
r/starting.txt · Last modified: 2016/09/23 10:07 by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki