Learn R Programming

sourceR (version 1.0.1)

DataNode: DataNode

Description

Represents a static data node in a DAG.

Usage

DataNode

Arguments

Value

Object of DataNode

Format

Object of R6Class with methods for constructing a DAG.

Fields

data
the data

Methods

getData()
returns the node's data.

Details

Derived from Node, please see base class documentation.