engine.init.expr

Provide to engine.init.expr any open-source R, SAS, or MATLAB code to run when the engine first starts in Spotfire Statistics Services.

Property Name Default Value Property Description
engine.init.expr na The default for engine.init.expr is blank. The value for engine.init.expr can be open-source R, TERR, SAS, or MATLAB code. This value can be used to provide initialization code for the engine the server uses. For example, it can specify language commands to be executed when an engine is started.

Details

Separate multiple commands using semicolons. You must change any special XML characters (like quotation marks) to the appropriate XML character sequence (like &quote;) if they are specified in this file.

Commands in engine.init.expr are always issued before any commands in the file defined by engine.init.file.