addHeader.RTF {rtf} | R Documentation |
Insert a header into the RTF document.
## S3 method for class 'RTF'
addHeader(this, title, subtitle=NULL, font.size=NULL, TOC.level=NULL, ...)
this |
An RTF object. |
title |
Header title text. |
subtitle |
Header subtitle text. optional. |
font.size |
Font size in points. optional. |
TOC.level |
Indent level for table of contents. optional. |
... |
Not used. |
Michael E. Schaffer
For more information see RTF
.