remove r workspace in ubuntu -
folks
i installed ubuntu r, when saved r work space, loaded automatically every time when launch r terminal. had disabled couple of functions in package wanted use.
my questions how remove r work space in ubuntu? idea location of file ? tried suggestions site: http://r.789695.n4.nabble.com/how-to-permanently-remove-previously-saved-workspace-restored-td3041515.html , did not give clear solution it.
best.
its file called .rdata
in working directory:
> getwd() [1] "/home/rowlings" > system("ls .rdata") .rdata
because starts dot not visible in unix shell unless ls -a
.
Comments
Post a Comment