Syntax errors in the R script

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

Team Studio uses R to parse the R script before executing it. An unclosed parenthesis is reported in an error that looks like the following.

Execution of 'R Execute' failed. 
Error details: Error in parse(text=rawScript) ::2:1: unexpected symbol 1: print(summary(alpine_input) 2: alpine_output^

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