merge_cells | R Documentation |
Merge multiple cells in a StyledTable object
merge_cells(st, ...)
## S4 method for signature '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
merge_equal_cells()
remove_col()
, remove_row()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.