RCALL
Applies to: CELONIS 4.2 CELONIS 4.3 CELONIS 4.4 CELONIS 4.5 CELONIS 4.6
Description
Transfer columns to the R server, execute a script and which has the same length as the input columns.
Syntax
RCALL( table.column AS input_name (, table.column AS input_name )*, r_script)
table.column: Column(s) to be transferred to the R server
input_name: Name under which the column will be accessible in the R script
r_script: R script to be called
RCALL expects the R script to return a column which has the same length as the input columns.
Examples
[1] In this example a column is multiplied by 2 via an R script. |
[2] Execute RCALL for an alternative way to calculate the QNORM.
|