Rdocumentation
powered by
Learn R Programming
assertive (version 0.2-6)
is_error_free: Does the code run without throwing an error?
Description
Call the code inside a try block and report if an error was thrown.
Usage
is_error_free(x)
Arguments
x
Code to check.
Value
TRUE
if the code runs without throwing an error.