Learn R Programming

rtf (version 0.4-6)

addSessionInfo.RTF: Insert session information into the RTF document

Description

Insert session information into the RTF document.

Usage

## S3 method for class 'RTF':
addSessionInfo(this, locale=TRUE, ...)

Arguments

this
An RTF object.
locale
Output the locale.
...
Not used.

Details

Exports session information to the RTF document in a similar

See Also

For more information see RTF., sessionInfo.

Examples

Run this code
rtf<-RTF("test_addSessionInfo.doc",width=8.5,height=11,font.size=10,omi=c(1,1,1,1))
 addSessionInfo(rtf)
 done(rtf)

Run the code above in your browser using DataLab