Using R — Easier Error Handling with try()
In a previous post we looked at error handling in R with the tryCatch() function and how this could be used to write Java style try-catch-finally blocks. This time we’ll look at what can be done with the try() function … read mo... [Read more...]