rgroup
HTML lineGets the number of rgroup
HTML line
prGetRgroupLine(
x,
total_columns = NULL,
rgroup = NULL,
rgroup_iterator = NULL,
cspan = NULL,
rnames = NULL,
style = NULL,
cgroup_spacer_cells = NULL,
style_list = NULL,
prepped_row_css = NULL
)
The matrix/data.frame with the data. For the print
and knit_print
it takes a string of the class htmlTable
as x
argument.
The total number of columns including the rowlabel
and the
spacer cells
A vector of character strings containing headings for row groups.
n.rgroup
must be present when rgroup
is given. See
detailed description in section below.
An integer indicating the rgroup
The column span of the current rgroup
Default row names are generated from rownames(x)
. If you
provide FALSE
then it will skip the row names. Note: For data.frames
if you do rownames(my_dataframe) <- NULL
it still has
row names. Thus you need to use FALSE
if you want to
supress row names for data.frames
.
The css style corresponding to the rgroup
css style that includes
the color specific for the rgroup
, i.e. col.rgroup
.
The vector indicating the position of the cgroup
spacer cells
The css.cell
information for this particular row.