sumrow.Rd
Identify and style summary rows
sumrow(
rows,
col = 1,
hline = TRUE,
hline2 = FALSE,
bold = FALSE,
it = FALSE,
blank = NULL,
label = NULL,
depanel = TRUE
)
integer or logical vector of rows that are summary rows
integer or character (name) column location that labels the summary row
logical; if TRUE
, a horizontal line will be placed above the summary
row
logical; if TRUE
a second line is added above and below the
summary row
logical; if TRUE
, then the cell(s) identified by rows
and
col
will be rendered in bold font
logical; if TRUE
, then the cell(s) identified by rows
and
col
will be rendered in italic font
integer column positions in the summary row(s) to be made blank
character label to replace text in cell(s) marked by row(s)
and `col
if TRUE
, then these rows are not included in panel
determination