addSessionInfo.RTF: Insert session information into the RTF document

Description Usage Arguments Details Author(s) See Also Examples

Description

Insert session information into the RTF document.

Usage

1
2
## 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

Author(s)

Michael E. Schaffer

See Also

For more information see RTF., sessionInfo.

Examples

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

rtf documentation built on March 26, 2020, 7:40 p.m.