addSessionInfo.RTF(rtf)
addSessionInfo.RTF()所属R语言包:rtf
Insert session information into the RTF document
到RTF文档中插入会话信息
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Insert session information into the RTF document.
到RTF文档中插入会话信息。
用法----------Usage----------
参数----------Arguments----------
参数:this
An RTF object.
RTF对象。
参数:locale
Output the locale.
输出的语言环境。
参数:...
Not used.
未使用。
Details
详细信息----------Details----------
Exports session information to the RTF document in a similar
出口的会话信息的RTF文档中类似的
(作者)----------Author(s)----------
Michael E. Schaffer
参见----------See Also----------
For more information see RTF., sessionInfo.
欲了解更多信息,请参阅RTF,sessionInfo。
实例----------Examples----------
rtf<-RTF("test_addSessionInfo.doc",width=8.5,height=11,font.size=10,omi=c(1,1,1,1))
addSessionInfo(rtf)
done(rtf)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|