| is_error_free {assertive.code} | R Documentation |
Call the code inside a try block and report if an error was thrown.
is_error_free(x)
x |
Code to check. |
TRUE if the code runs without throwing an error. The result
of running the code is contained in an attribute named "result".
Note that this has the side effect of running the code contained in
x.