VCorpus-class: Volatile Corpus
Description
A class representing a volatile corpus.Objects from the Class
Objects can be created by calls of the form
new("VCorpus",...)
or by calling the function
VCorpus
.Extends
Class list
, directly.Details
Volatile means that a corpus is fully kept in memory and thus all
changes only affect the corresponding Robject. In contrast there is also a corpus implementation available providing
a permanent semantics (see PCorpus
).
See Also
MetaDataNode
VCorpus
PCorpus