Skip to content

exception handeling

2 messages · Omar Lakkis, Henrik Bengtsson

#
Does anyone have a good simple or a link to a tutorial in how to use
exception handling in R?
I see the try and tryCatch methods but it does not work quite similar
to what I am used to in Java.
#
I have some examples on

   http://www.maths.lth.se/help/R/ExceptionHandlingInR/

I know that Luke Tierney, who wrote tryCatch(), has some slides on his 
homepage at http://www.stat.uiowa.edu/~luke/.

/Henrik
Omar Lakkis wrote: