DeployRTask supports the execution of the DeployR Fluent R DSL. For a complete description of working with DeployRTask and the DeployR Fluent R DSL visit the Fluent R project home page on github.
Modifiers | Name | Description |
---|---|---|
java.util.Map |
config |
Constructor and description |
---|
DeployRTask
() |
Type | Name and description |
---|---|
FluentResult |
execute() Execute Fluent R DSL on task and return results. |
DeployRTask |
send(java.lang.String data) Send input data as a csv string on task execution. |
DeployRTask |
send(java.lang.Object data) Send either a single input data value as a DeployR-encoded com.revo.deployr.client.data.RData or send two or more input data values as a list of com.revo.deployr.client.data.RData on task execution. |
Execute Fluent R DSL on task and return results.
Send input data as a csv string on task execution.
A csv string has the format "name,value". When there are two or more inputs simply use the "," character to separate the inputs, for example: "n,10,mean,5".
Send either a single input data value as a DeployR-encoded com.revo.deployr.client.data.RData or send two or more input data values as a list of com.revo.deployr.client.data.RData on task execution.
In order to create encodings for common data types use the DeployRDataFactory. For the complete set of supported data type encodings use the com.revo.deployr.client.factory.RDataFactory.
Simple R Integration for Java, Groovy, Scala and Clojure Developers.