Is there any way to stop an R program without error?
For example I have a big source, defining several functions and after it there are some calls to the functions.
just do quit() where you want the code to exit. It happens quietly.
quit()