Missing output reference in the R script

If the output properties in the R Execute Operator are set differently than that the script expects, an output error can occur.

If the option Pass Output Table/Pass Output File is set to Yes and Results Table Structure/Results FileStructure is provided, and if there is no reference to the 'alpine_output' in the R script, then R does not generate the output data frame to be returned to Team Studio), and the following message is displayed.

You can set Pass Output Table/Pass Output File to No (in which case the R Execute operator becomes terminal), or you can edit the R script to generate the 'alpine_output' data frame object in R.

Execution of 'R Execute' failed. 
Error details: 'Pass Output Table' set to 'Yes' but there is no 'alpine_output' data frame in the script.
The 'alpine_output' data frame determines what is stored in the database for use in subsequent operators.

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