Skip to content
Prev 306780 / 398506 Next

R process must die - can I save history?

On 02/10/2012 18:29, Bert Gunter wrote:
Maybe not.  On a Unix-alike see ?Signals.  If you can find the pid of 
the R process and it is still running (and not e.g. suspended),

kill -USR1 <pid>

will save the workspace and history.