MetaDataNode-class {tm} | R Documentation |
A class representing a node in the metadata tree of a text document collection.
Objects can be created by calls of the form
new("MetaDataNode",...)
.
NodeID
:"numeric"
containing
a unique identification number for the node.MetaData
:"list"
containing
meta data at node level.children
:"list"
containing
either zero, one or two MetaDataNode
s resulting in a binary
tree.Ingo Feinerer