I was wondering if anyone knew of a good way to get R or ESS to stop executing the rest of the code beyond the point at which an error occurs if I am evaluating a region or buff
?break
Only gets you out of loop.
?try
Lets you set up code that might fail and gracefully recover.