Learn R Programming

r2rtf (version 0.2.0)

rtf_pageby: Add Table Body Pageby Attributes to Table

Description

Add Table Body Pageby Attributes to Table

Usage

rtf_pageby(tbl, page_by, new_page, pageby_header)

Arguments

tbl

A data frame.

page_by

Column names in a character vector to group by table in sections. Default is NULL.

new_page

A boolean value to indicate whether to separate grouped table into pages by sections. Default is FALSE.

pageby_header

A boolean value to display pageby header at the beginning of each page.