removeCellMerge | R Documentation |
Unmerges any merged cells that intersect with the region specified by, min(cols):max(cols) X min(rows):max(rows)
removeCellMerge(wb, sheet, cols, rows)
wb |
A workbook object |
sheet |
A name or index of a worksheet |
cols |
vector of column indices |
rows |
vector of row indices |
Alexander Walker
mergeCells()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.