vsn.tryCatch.W.E.rethrow {asreml}R Documentation

Call tryCatch.W.E on expr

Description

Rethrow warnings and errors or return the result of expr.

Usage

vsn.tryCatch.W.E.rethrow(expr, call. = NULL)

Arguments

expr

An R expression to evaluate.

call.

Replacement text for the $call element of errors and warnings (this can be used to fudge what function has thrown the error/warning, to make things easier for users in some cases). If NULL then the original values are used.

Value

The result of expr.


[Package asreml version 4.2.0.480 Index]