MailDocument {tm.plugin.mail} | R Documentation |
Create electronic mail documents.
MailDocument(x, author = character(), datetimestamp = as.POSIXlt(Sys.time(), tz = "GMT"), description = character(), header = character(), heading = character(), id = character(), language = character(), origin = character(), ..., meta = NULL)
x |
A character giving the text content. |
author |
a character or an object of class |
datetimestamp |
an object of class |
description |
a character giving a description. |
header |
a character giving the mail header. |
heading |
a character giving the title or a short heading. |
id |
a character giving a unique identifier. |
language |
a character giving the language (preferably as IETF language tags, see language in package NLP). |
origin |
a character giving information on the source and origin. |
... |
user-defined document metadata tag-value pairs. |
meta |
a named list or |
An object inheriting from MailDocument
,
PlainTextDocument
,
and TextDocument
.
Ingo Feinerer