createFlextableWithHeader {inTextSummaryTable} | R Documentation |
Create a flextable, setting the column names to syntactic names if it is not the case.
Description
Create a flextable, setting the column names to syntactic names if it is not the case.
Usage
createFlextableWithHeader(
data,
headerDf = NULL,
title = NULL,
includeRownames = TRUE,
colHeaderMerge = TRUE
)
Arguments
data |
Data.frame with data. |
headerDf |
(optional) Data.frame with header.
This should contain the same number of columns than |
title |
Character vector with title(s) for the table. Set to NULL (by default) if no title should be included. |
includeRownames |
Logical, if TRUE (by default)
rownames are included in the |
colHeaderMerge |
(flextable output) Logical, if TRUE (FALSE by default) the column header is merged. |
Value
list with:
'ft':
flextable
'colsData': Named vector with original column names, with names set to new syntactic names.
Author(s)
Laure Cougnaud
[Package inTextSummaryTable version 3.3.3 Index]