I'd like to be able to type q() in R and have R quit rather than be prompted as to whether I want to quit.
Is there some code that I could put into my .Rprofile file to make this happen?
I'd prefer if I didn't have to have a custom function floating around in my workspace.