Logical errors in the user's R script

A logical mistake in an R script can result in an error when you run the R Execute operator.

For example, dividing the string "1" (which is read as a character vector by R) by the number 0 is a logical error.

Execution of 'R Execute failed. 
Error details: Error in "1"/0: non-numeric argument to binary operator

The status results provide an option to download the SQL log for further information.