addNewLine.RTF {rtf} | R Documentation |
Insert a new line into the RTF document
Description
Insert a new line into the RTF document.
Usage
## S3 method for class 'RTF'
addNewLine(this, n=1, ...)
Arguments
this |
An RTF object. |
n |
Number of lines to add. Default is 1. optional |
... |
Not used. |
Author(s)
Michael E. Schaffer
See Also
For more information see RTF
.
[Package rtf version 0.4-14.1 Index]