tryCatch.W.E {PopED} | R Documentation |
Catch *and* save both errors and warnings, and in the case of a warning, also keep the computed result.
tryCatch.W.E(expr)
expr |
an R expression to evaluate |
a list with 'value' and 'warning', where 'value' may be an error caught.
Martin Maechler, The R Core Team