| ASTTableFormula | R Documentation | 
The root ASTNode of a formula.
The root ASTNode of a formula.
R6Class object.
tangram::ASTNode -> tangram::ASTBranch -> ASTTableFormula
leftThe AST tree for the columns.
rightThe AST tree for the rows.
new()Create a new formula node
ASTTableFormula$new(left, right)
leftThe left side of the "~" as an AST
rightThe right side of the "~" as an AST
terms()Returns all terminal nodes from left and right
ASTTableFormula$terms()
string()A re-parseable string representing the AST
ASTTableFormula$string()
clone()The objects of this class are cloneable with this method.
ASTTableFormula$clone(deep = FALSE)
deepWhether to make a deep clone.
ASTTableFormula$new(ASTVariable$new("x"), ASTVariable$new("y"))$string()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.