Name

adams.flow.sink.RSink


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.


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


Options