groupRows {openxlsx} | R Documentation |
Group Rows
Description
Group a selection of rows
Usage
groupRows(wb, sheet, rows, hidden = FALSE)
Arguments
wb |
A workbook object |
sheet |
A name or index of a worksheet |
rows |
Indices of rows to group |
Logical vector. If TRUE the grouped columns are hidden. Defaults to FALSE |
Author(s)
Joshua Sturm
See Also
ungroupRows()
to ungroup rows. groupColumns()
for grouping columns.
[Package openxlsx version 4.2.6.1 Index]