Use quit() in RStudio without prompt about saving changes to code

Viewed 401

I want to use quit() in RStudio, however specifying the value of save only allows me to tell R about what I want to do about saving/not saving the workspace, and getting rid of that prompt. Is there a way, be it with quit() or any other function, that I can get rid of the prompt which asks me if I want to save changes to the code (if changes have been made)? May sound trivial but I have not been able to find an answer on my own.

0 Answers
Related