| TextDocument {tm} | R Documentation |
Access the meta data of text documents, and access and modify the content of text documents.
The class TextDocument provides an abstraction over the concept
of text documents and attached meta data which is stored in following
attributes:
AuthorObject of class character containing
the author names.
DateTimeStampObject of class POSIXlt containing the
date and time when the document was written.
DescriptionObject of class character containing
additional text information.
IDObject of class character containing
an identifier.
OriginObject of class character containing
information on the source and origin of the text.
HeadingObject of class character containing
the title or a short heading.
LanguageObject of class character containing
the language of the text.
LocalMetaDataObject of class list containing
additional meta data in form of tag-value pairs which is local to
each individual text document.
Ingo Feinerer
meta and DublinCore which provide a
unified interface for meta data management.