AST node that reprsents a formula (such as NAME ~ terms).
DSLite::Node
-> FormulaNode
add_child()
Two children
FormulaNode$add_child(val)
val
Child 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)
deep
Whether to make a deep clone.
Other parser items:
BinaryOpNode
,
FunctionNode
,
GroupNode
,
Node
,
NumericNode
,
ParameterNode
,
RangeNode
,
StringNode
,
SymbolNode
,
UnaryOpNode