derive_label {tangram} | R Documentation |
Derive label of AST node.
Description
Determine the label of a given AST node. NOTE: Should have data attached via reduce before calling.
Usage
derive_label(node, capture_units = FALSE, ...)
Arguments
node |
Abstract syntax tree node. |
capture_units |
logical; Capture units from parenthesis ending a label |
... |
Other arguments, ignored |
Value
A string with a label for the node
[Package tangram version 0.8.2 Index]