water.exec
Class Exec

java.lang.Object
  extended by water.exec.Exec

public class Exec
extends java.lang.Object

Execute a generic R string, in the context of an H2O Cloud


Constructor Summary
Exec()
           
 
Method Summary
static Key exec(java.lang.String x)
           
static Key exec(java.lang.String x, java.lang.String to)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Exec

public Exec()
Method Detail

exec

public static Key exec(java.lang.String x)
                throws ParserException,
                       EvaluationException
Throws:
ParserException
EvaluationException

exec

public static Key exec(java.lang.String x,
                       java.lang.String to)
                throws ParserException,
                       EvaluationException
Throws:
ParserException
EvaluationException