| FormulaNode | R Documentation |
AST node that reprsents a formula (such as NAME ~ terms).
DSLite::Node -> FormulaNode
add_child()Two children
FormulaNode$add_child(val)
valChild Node
to_string()Get the string representation of the BinaryOpNode
FormulaNode$to_string()
clone()The objects of this class are cloneable with this method.
FormulaNode$clone(deep = FALSE)
deepWhether to make a deep clone.
Other parser items:
BinaryOpNode,
FunctionNode,
GroupNode,
Node,
NumericNode,
ParameterNode,
RangeNode,
StringNode,
SymbolNode,
UnaryOpNode
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.