para: Add a Paragraph to an RTF Document

Description Usage Arguments Details References See Also

View source: R/para.R

Description

Add a paragraph to an rtf (rich text format) document.

Usage

1
para(..., rtf = doc, bold = FALSE, italic = FALSE)

Arguments

...

One or more character scalars (separated by commas) of text to add to document as a single paragraph.

rtf

An rtf object, default doc.

bold

Logical scalar indicating if paragraph should use bold font, default FALSE.

italic

Logical scalar indicating if paragraph should use italic font, default FALSE.

Details

The specified heading is written to the rtf file.

References

This is a copy of the para function from the [GLFC] package.

See Also

startrtf for an example, heading, tabl, figu, endrtf, RTF.


JVAdams/EchoNet2Fish documentation built on Feb. 15, 2021, 4:27 a.m.