| para | R Documentation |
Add a paragraph to an rtf (rich text format) document.
para(..., rtf = doc, bold = FALSE, italic = FALSE)
... |
One or more character scalars (separated by commas) of text to add to document as a single paragraph. |
rtf |
An rtf object, default |
bold |
Logical scalar indicating if paragraph should use bold font, default FALSE. |
italic |
Logical scalar indicating if paragraph should use italic font, default FALSE. |
The specified heading is written to the rtf file.
startrtf for an example, heading,
tabl, figu,
figbig, endrtf,
RTF.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.