Learn R Programming

r2rtf (version 0.2.0)

rtf_encode_table: Render Table to RTF Encoding

Description

Render Table to RTF Encoding

Usage

rtf_encode_table(
  tbl,
  page_title = "all",
  page_footnote = "last",
  page_source = "last"
)

Arguments

tbl

A data frame for table or a list of binary string for figure.

page_title

A character of title displaying location. Default is "all" for all pages. Possible values are "first", "last" and "all".

page_footnote

A character of title displaying location. Default is "last" for all pages. Possible values are "first", "last" and "all".

page_source

A character of title displaying location. Default is "last" for all pages. Possible values are "first", "last" and "all".

Specification

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