| addSessionInfo.RTF | R Documentation |
Insert session information into the RTF document.
## S3 method for class 'RTF'
addSessionInfo(this, locale=TRUE, ...)
this |
An RTF object. |
locale |
Output the locale. |
... |
Not used. |
Exports session information to the RTF document in a similar
Michael E. Schaffer
For more information see RTF., sessionInfo.
rtf<-RTF(tempfile(fileext=".rtf"),width=8.5,height=11,font.size=10,omi=c(1,1,1,1))
addSessionInfo(rtf)
done(rtf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.