powered by
Call the code inside a try block and report if an error was thrown.
is_error_free(x)
TRUE if the code runs without throwing an error. The result of running the code is contained in an attribute named "result".
TRUE
"result"
Code to check.