How to disable "Save workspace image?" prompt in R?
When I exit the interactive R shell, it displays an annoying prompt every time:<pre>>>Save workspace image? [y/n/c]: n</pre>I'm always answering "no" to it, because if I wished to save my work, I'd do that *before* trying to exit.How to get rid of the prompt?---<sup>Note: see `?save.image`</sup>
If you go to File - then preferences (for a Mac- not sure what a PC will call it) it will give you the option to change the setting. You should be able to just change it easy that way to get it to stop asking you!