Name

adams.flow.transformer.RTransformer


Synopsis

Carries out an r command on the token passed in. The input can be accessed via 'X'.
Variables are supported as well, e.g. pow(X,@{exp}) with '@{exp}' being a variable available at execution time.
Returns a result from R.


Additional information

Flow input/output:
- input: java.lang.Integer, java.lang.String, java.lang.Double, java.lang.Double[], java.lang.Double[][], adams.data.spreadsheet.SpreadSheet
- output: java.lang.Integer


Options