addText.RTF {rtf} | R Documentation |
Insert text into the RTF document
Description
Insert text into the RTF document.
Usage
## S3 method for class 'RTF'
addText(this, ..., bold=FALSE, italic=FALSE)
Arguments
this |
An RTF object. |
bold |
Bold text. optional. |
italic |
Italic text. optional. |
... |
Any number of character strings to concatenate. |
Author(s)
Michael E. Schaffer
See Also
For more information see RTF
.
[Package rtf version 0.4-14.1 Index]