- table_body
Data frame with the body of the large table.
- row_common
Data frame with the common rows.
- table_body_head
Data frame or matrix with headers for the table body.
- row_common_head
Data frame or matrix with headers for the common rows.
- header_format
Format of the header either "text"
(default) or "md"
for markdown.
- obnd
Optional onbrand object used to format markdown. The default NULL
value will use default formatting.
- max_row
Maximum number of rows in output tables (A value of NULL
will set max_row to the number of rows in the table).
- max_col
Maximum number of columns in output tables (A value of NULL
will set max_col to number of columns in the table).
- max_height
Maximum height of the final table in inches (A value of NULL
will use 100 inches).
- max_width
Maximum width of the final table in inches (A value of NULL
will use 100 inches).
- table_alignment
Character string specifying the alignment #'of the table (body and headers). Can be "center"
(default), "left"
, "right"
, or "justify"
- inner_border
Border object for inner border lines defined using officer::fp_border()
- outer_border
Border object for outer border lines defined using officer::fp_border()
- set_header_inner_border_v
Boolean value to enable or disable inner vertical borders for headers
- set_header_inner_border_h
Boolean value to enable or disable inner horizontal borders for headers
- set_header_outer_border
Boolean value to enable or disable outer border for headers
- set_body_inner_border_v
Boolean value to enable or disable inner vertical borders for the body
- set_body_inner_border_h
Boolean value to enable or disable inner horizontal borders for the body
- set_body_outer_border
Boolean value to enable or disable outer border borders for the body
- notes_detect
Vector of strings to detect in output tables (example c("NC", "BLQ")
).