Workspace 6.21.5
|
Runs a user-defined R Script.
Inputs: | |||
---|---|---|---|
R runtime | QString | Set to the location of the user-installed R runtime. | |
R script file | QString | Set to the location of a user-defined R script in a file. | |
R script | QString | Enter user-defined R script directly as an input, this will be saved to a temporary file before execution. | |
Log file | QString | Logging generated from script execution will be written to this file. | |
Output file | QString | If supplied, this value is passed to the runtime as an environment variable as SCRIPT_OUTPUT_FILENAME.The script itself must read this value and output data to this file. | |
Working directory | QString | ||
Environment variables | Array | QString | |
Arguments | Array | QString | |
Options | Array | QString | |
Wait for completion | bool | ||
Capture output | bool | ||
Log output | bool | ||
Fail on non zero exit code | bool | ||
Outputs: | |||
Exit code | int | ||
Command output | QString | ||
Log output | QString | ||
Script output file | QString | ||
Script output | QString |