Skip to content
Prev 167949 / 398502 Next

R startup and shutdown question

Philip Smith wrote:
You do not need to given you start with an emty workspace, i.e. start R 
with:

R --no-restore
Write it in your RProfile (for details, see ?Startup)
Then do not save the workspace or start R with

R --no-save

(or with both args:  R --no-save --no-restore)

Uwe Ligges