- x
(VTableTree)
rtables table object.
- widths
(numeric or NULL)
Proposed widths for the columns of x. The expected
length of this numeric vector can be retrieved with ncol(x) + 1 as the column of row names
must also be considered.
- max_width
(integer(1), string or NULL)
width that title and footer (including
footnotes) materials should be word-wrapped to. If NULL, it is set to the current print width of the
session (getOption("width")). If set to "auto", the width of the table (plus any table inset) is
used. Parameter is ignored if tf_wrap = FALSE.
- hsep
(string)
character to repeat to create header/body separator line. If
NULL, the object value will be used. If " ", an empty separator will be printed. See
default_hsep() for more information.
- with_spaces
(flag)
whether the tested table should keep the indentation and other relevant spaces.
- print_txt_to_copy
(flag)
utility to have a way to copy the input table directly
into the expected variable instead of copying it too manually.