Extension Model node - Text Output tab

The Text Output tab is present in the Extension Model node if requested by selecting the Display R text output check box on the Model Options tab of the Extension Model node dialog box. This tab can display only text output. Any text output that is produced by executing your R model building script is displayed on this tab. If you execute the model building script again, without having first specified a different name for the model, the content of the Text Output tab from the previous execution will be overwritten. The text output cannot be edited.

If you include a call to the R sink function in your script, any output that is produced after this function is saved to the specified file and is not displayed on the Text Output tab.

Note: R or Python for Spark error messages or warnings that result from executing your model building script are always displayed on the Console Output tab of the Extension Model node.