Returns all nodes that this node depends on.
Collection of errors associated with this node. This is set, for example, when evaluating code represented by this node fails.
List of all exported variables by this code cell
Hash that identifies the node. When code or dependencies change, new node will be created and it will have a different hash.
A tag that allows us to pattern match on ExternalNode
objects
Language of the plugin that created and owns this node.
Complete source code (Python, R, etc.) in the assoicated block
The evaluated value associated with this node. This is null
when the node is created.
Generated using TypeDoc
A node representing code block using R, Python, etc. When evaluated, the value will keep a dictionary of all exported variables and their values.