Learn R Programming

rtf (version 0.4-14)

addText.RTF: Insert text into the RTF document

Description

Insert text into the RTF document.

Usage

# S3 method for 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.

See Also

For more information see RTF.