Skip to content
Prev 303127 / 398503 Next

Stopping all code execution when ANY error occurs (OR error handling without try/tryCatch)

Easy: Wrap your code into a function. A function by default exits on the 
first error.

Best,
Uwe Ligges
On 11.08.2012 10:07, enocko wrote: