Skip to contents

Create RTF Table Body Encode

Usage

rtf_table_content(
  tbl,
  col_total_width = attr(tbl, "page")$col_width,
  use_border_bottom = FALSE
)

Arguments

tbl

A data frame.

col_total_width

Column total width for the table. Default is the corresponding attribute from tbl.

use_border_bottom

A logical value of using the bottom border. Default is the corresponding attribute from tbl.

Specification

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