groupRows: Group Rows

View source: R/wrappers.R

groupRowsR 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

hidden

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.


openxlsx documentation built on Feb. 16, 2023, 6:47 p.m.