Usage
rtf_body(
tbl,
colheader = TRUE,
page_width = 8.5,
page_height = 11,
orientation = "portrait",
doctype = "wma",
border_left = "single",
border_right = "single",
border_top = NULL,
border_bottom = "double",
border_color_left = NULL,
border_color_right = NULL,
border_color_top = NULL,
border_color_bottom = NULL,
border_width = 15,
col_rel_width = NULL,
col_total_width = page_width/1.4,
cell_height = 0.15,
cell_justification = "c",
text_font = 1,
text_format = NULL,
text_color = NULL,
text_background_color = NULL,
text_justification = "c",
text_font_size = 9,
text_space_before = 15,
text_space_after = 15,
page_num = NULL,
page_by = NULL,
new_page = FALSE,
last_row = TRUE
)