Learn R Programming

rtf (version 0.4-6)

addHeader.RTF: Insert a header into the RTF document

Description

Insert a header into the RTF document.

Usage

## S3 method for class 'RTF':
addHeader(this, title, subtitle=NULL, font.size=NULL, ...)

Arguments

this
An RTF object.
title
Header title text.
subtitle
Header subtitle text. optional.
font.size
Font size in points. optional.
...
Not used.

See Also

For more information see RTF.