prGetRgroupLine {htmlTable} | R Documentation |
Gets the number of rgroup
HTML line
Description
Gets the number of rgroup
HTML line
Usage
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
)
Arguments
x |
The matrix/data.frame with the data. For the |
total_columns |
The total number of columns including the |
rgroup |
A vector of character strings containing headings for row groups.
|
rgroup_iterator |
An integer indicating the |
cspan |
The column span of the current |
rnames |
Default row names are generated from |
style |
The css style corresponding to the |
cgroup_spacer_cells |
The vector indicating the position of the |
prepped_row_css |
The |