MailDocument(tm.plugin.mail)
MailDocument()所属R语言包:tm.plugin.mail
E-Mail Document
E-Mail文档
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Construct an object representing an electronic mail document.
构造一个对象,表示一个电子邮箱的文件。
用法----------Usage----------
MailDocument(x, author = character(0), datetimestamp = as.POSIXlt(Sys.time(), tz = "GMT"), description = character(0), header = character(0), heading = character(0), id = character(0), origin = character(0), language = character(0), localmetadata = list())
参数----------Arguments----------
参数:x
Object of class list containing the content.
对象类list包含的内容。
参数:author
Object of class character containing the author names.
对象类character包含作者姓名。
参数:datetimestamp
Object of class POSIXlt containing the date and time when the document was written.
类的对象POSIXlt包含文件时,写入的日期和时间。
参数:description
Object of class character containing additional text information.
类character含附加文本信息的对象。
参数:header
Object of class character containing the mail header.
对象类character包含邮件头。
参数:heading
Object of class character containing the title or a short heading.
类的对象character包含标题或短标题。
参数:id
Object of class character containing an identifier.
类的对象character包含一个标识符。
参数:origin
Object of class character containing information on the source and origin of the text.
对象类character包含的信息的来源和原产地的文字。
参数:language
Object of class character containing the language of the text (preferably in <acronym>ISO</acronym> 639-2 format).
类的对象character包含的文本语言(最好是在<acronym>ISO </首字母缩写> 639-2格式)。
参数:localmetadata
Object of class list containing local meta data in form of tag-value pairs.
对象的类list含本地元数据的标记值对的形式。
(作者)----------Author(s)----------
Ingo Feinerer
参见----------See Also----------
PlainTextDocument
PlainTextDocument
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|