Create RTF Table Body Encode
rtf_table_content(
tbl,
col_total_width = attr(tbl, "page")$col_width,
use_border_bottom = FALSE
)
A data frame.
Column total width for the table. Default is the corresponding attribute from tbl
.
A logical value of using the bottom border. Default is the corresponding attribute from tbl
.
The contents of this section are shown in PDF user manual only.