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
.
RepoMetaData
:list
containing meta data for the text document
collections in form of tag-value pairs.
Class list
, directly.
signature(object = "TextRepository")
:
returns meta data in form of a tag-value paired
list.Ingo Feinerer