para: Add a Paragraph to an RTF Document

View source: R/para.R

paraR Documentation

Add a Paragraph to an RTF Document

Description

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

Usage

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.

See Also

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


JVAdams/GLFC documentation built on Jan. 5, 2023, 12:59 a.m.