TextRepository-class {tm} | R Documentation |
A class representing a repository of text document collections.
Objects can be created by calls of the form
new("TextRepository",...)
or by calling the function
TextRepository
.
RepresentationMetaData
:"list"
containing
representational metadata for the text document collections in form of
tag-value pairs.
Class "list"
, directly.
signature(object = "TextRepository")
: returns
representational metadata in form of a tag-value paired list.Ingo Feinerer