Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

rtf_paragraph

Paragraph to RTF Encode


Description

Paragraph to RTF Encode

Usage

rtf_paragraph(
  text,
  justification = "c",
  indent_first = 0,
  indent_left = 0,
  indent_right = 0,
  space = 1,
  space_before = 180,
  space_after = 180,
  new_page = FALSE,
  hyphenation = TRUE
)

Arguments

text

rtf text obtained using rtf_text() function.

justification

Justification for text.

indent_first

First indent.

indent_left

Left indent.

indent_right

Right indent.

space

Paragraph space.

space_before

Line space before text.

space_after

Line space after text.

new_page

A boolean value to indicate whether to start a new page.

hyphenation

A boolean value to indicate whether to use hyphenation.

Specification

The contents of this section are shown in PDF user manual only.


r2rtf

Easily Create Presentation-Ready Rich Text Format (RTF) Table and Figure

v0.2.0
GPL-3
Authors
Yilong Zhang [aut, cre], Siruo Wang [aut], Simiao Ye [aut], Madhusudhan Ginnaram [aut], Merck Sharp & Dohme Corp [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.