addText.RTF: Insert text into the RTF document

Description Usage Arguments Author(s) See Also

Description

Insert text into the RTF document.

Usage

1
2
## 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.


rtf documentation built on March 26, 2020, 7:40 p.m.