| Class | Description |
|---|---|
| AST |
Each node in the syntax tree knows how to parse a piece of text from the passed tree.
|
| ASTApply |
R's `apply`
|
| ASTddply |
plyr's ddply: GroupBy by any other name.
|
| ASTddply.ddplyPass1 | |
| ASTddply.Group | |
| ASTFunc |
Functions will always have all of their arguments fully specified (even if that means they are filled with null).
|
| ASTOp |
Parse a generic R string and build an AST, in the context of an H2O Cloud
|
| Env |
Execute a set of instructions in the context of an H2O cloud.
|
| Exec |
Exec is an interpreter of abstract syntax trees.
|
| Raft |