Disable saving history

history, r, session

Solution

Just start up R with `--no-save`. See `R --help`.

Add this to your shortcuts (in Windows for example this is under "Target" when you right-click on the shortcut and choose properties).

Problem

Is it possible to disable saving command history / session in R by default ? I really hate those .RData and .RHistory files !!

Original source