Diff for "RQueries" - CBU statistics Wiki
location: Diff for "RQueries"
Differences between revisions 1 and 2
Revision 1 as of 2007-09-25 10:25:31
Size: 588
Comment:
Revision 2 as of 2013-03-08 10:17:37
Size: 588
Editor: localhost
Comment: converted to 1.6 markup
No differences found!

Notes and Queries for Using R

How do I interrupt R without losing all the results of the session?

Windows: If you are running under Windows you may have a problem doing an interruption that will also save your work. I am still enquiring.

Unix: According to the documentation, if you are running under Unix/Linux, go to another command window, type 'ps' to identify the process-id of the R program you want to interrupt, then type 'kill -USR1 process-id' and R should save your workspace and quit. See 'Signals' in the documentation of the 'base' package.

None: RQueries (last edited 2013-03-08 10:17:37 by localhost)