heading | R Documentation |
Add a text heading to an rtf (rich text format) document.
heading(words, htype = 1, rtf = doc)
words |
Character scalar text of heading to add to document. |
htype |
Integer scalar heading type, 1=bold and font size 12, 2=bold and font size 10, 3=italics and font size 10, default 1. |
rtf |
An rtf object, default |
The specified heading is written to the rtf file.
startrtf
for an example, para
,
tabl
, figu
,
figbig
, endrtf
,
RTF
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.