Rdocumentation
powered by
Learn R Programming
XLConnect (version 0.2-9)
checkNoException: Checking for occurrence of exceptions
Description
Checks that no exceptions occurred
Usage
checkNoException(expr)
Arguments
expr
Expression to be executed
Value
Returns
TRUE
if no exceptions occurred, otherwise throws an exception.