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 maths.lth.se/help/R/ExceptionHandlingInR I know that Luke Tierney, who wrote tryCatch(), has some slides on his homepage at stat.uiowa.edu/~luke. /Henrik Omar Lakkis wrote:> 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. > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! R-project.org/posting-guide.html > >