inTextSummaryTable-flextable-args | R Documentation |
Common arguments for the functionalities of the inTextSummaryTable package for flextable export.
style |
(flextable output) String with table style, either 'report' or 'presentation'. This parameter affects the fontsize, font family, color of the text and background, and table dimensions of the table. |
rowTotalLab |
(flextable output) string with label for the row with total. |
rowAutoMerge |
(flextable output) Logical, if TRUE (by default) automatically merge rows, e.g. in case there is only one sub-category (e.g. categorical variable with only one group) or only one statistic per category. |
rowVarFormat |
(flextable output) Named list with special formatting for the |
rowPadBase |
(flextable output) Base padding for row (in points), 14.4 by default (corresponds to 0.2 inches) |
fontname |
(flextable output) String with font name, by default:
'Times' if |
fontsize |
(flextable output) Integer with font size, by default:
8 if |
margin |
(flextable output) Margin in the document in inches
(1 by default).
This is used to specify the width of the table, from:
[ |
colorTable |
(flextable output) Named character vector with color for the table background/body/text/line,
e.g. created with the |
landscape |
(flextable output) Logical, if TRUE the file is in landscape format. |
footer |
(flextable output) Character vector with footer(s) for the table. Set to NULL (by default) if no footer should be included. |
vline |
(flextable output) String mentioning how vertical lines should be included in the body of the table, either:
|
hline |
(flextable output) String mentioning how horizontal lines should be included in the body of the table, either:
|
file |
String with path of the file where the table should be exported.
The file should have the extension: '.html'.
If NULL, the summary table is not exported but only returned as output.
If |
colHeaderMerge |
(flextable output) Logical, if TRUE (FALSE by default) the column header is merged. |
No return value, used for the documentation of R functions for 'flextable' output
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.