FunctionNode: Function AST node

FunctionNodeR Documentation

Function AST node

Description

AST node that represents a function with its arguments.

Super class

DSLite::Node -> FunctionNode

Methods

Public methods

Inherited methods

Method to_string()

Get the string representation of the FunctionNode

Usage
FunctionNode$to_string()

Method clone()

The objects of this class are cloneable with this method.

Usage
FunctionNode$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

See Also

Other parser items: BinaryOpNode, FormulaNode, GroupNode, Node, NumericNode, ParameterNode, RangeNode, StringNode, SymbolNode, UnaryOpNode


DSLite documentation built on Oct. 7, 2022, 9:05 a.m.