Group a selection of columns
groupColumns(wb, sheet, cols, hidden = FALSE)
wb | A workbook object. |
---|---|
sheet | A name or index of a worksheet. |
cols | Indices of cols to group. |
hidden | Logical vector. If TRUE the grouped columns are hidden. Defaults to FALSE. |
Group columns together, with the option to hide them.
NOTE: setColWidths
has a conflicting hidden
parameter; changing one will update the other.
ungroupColumns
to ungroup columns. groupRows
for grouping rows.
Joshua Sturm