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