merge_equal_cells | R Documentation |
Merges all cells in a StyledTable object that hold the same value. This function can produce multiple merged regions at once.
merge_equal_cells(st, ...)
## S4 method for signature 'StyledTable'
merge_equal_cells(st, row_id = NULL, col_id = NULL)
st |
A StyledTable object |
... |
Various arguments |
row_id |
A vector holding the row numbers the start row and the end row of the merge region |
col_id |
A vector holding two numbers, the start col and the end col of the merge region |
The modified StyledTable object
merge_cells()
remove_col()
, remove_row()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.