Merge multiple cells in a StyledTable object
merge_cells(st, ...) # S4 method for StyledTable merge_cells(st, row_id = NULL, col_id = NULL)
st | A StyledTable object |
---|---|
... | Various arguments |
row_id | A vector holding two numbers, the start row and the end row of the merged region |
col_id | A vector holding two numbers, the start col and the end col of the merged region |
The modified StyledTable object