Depending on the spacer.celltype
set in addHtmlTableStyle()
we
will use different spacer cells.
prAddEmptySpacerCell(
x,
style_list,
cell_style,
align_style,
cell_tag = c("td", "th"),
colspan = 1
)
string
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 style of the current cell that should be applied to all cells
The style from prGetAlign()
What HTML tag to use
The number of rows each tag should span
Other hidden helper functions for htmlTable:
prAddCells()
,
prAddSemicolon2StrEnd()
,
prEscapeHtml()
,
prGetCgroupHeader()
,
prGetRowlabelPos()
,
prGetStyle()
,
prPrepInputMatrixDimensions()
,
prPrepareAlign()
,
prPrepareCgroup()
,
prTblNo()