mergeHeaderCols {inTextSummaryTable} | R Documentation |
Merge columns and rows in the header of a flextable object.
Description
This:
(1) for each row: checks that subsequent columns are identical (and corresponding sub-header overlap), so should be merged
(2) for each column: checks that subsequent rows are identical, so should be merged
filters cells planned to be merged across rows (2) if they are already merged across columns (1)
Usage
mergeHeaderCols(x, mapping)
Arguments
x |
a |
mapping |
a |
Value
Updated flextable object with merged cells in the header.
[Package inTextSummaryTable version 3.3.3 Index]