addText.RTF {rtf} | R Documentation |
Insert text into the RTF document.
## S3 method for class 'RTF'
addText(this, ..., bold=FALSE, italic=FALSE)
this |
An RTF object. |
bold |
Bold text. optional. |
italic |
Italic text. optional. |
... |
Any number of character strings to concatenate. |
Michael E. Schaffer
For more information see RTF
.