View source: R/htmlTable_render_prAddEmptySpacerCell.R
prAddEmptySpacerCell | R Documentation |
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
)
x |
The matrix/data.frame with the data. For the |
cell_style |
The style of the current cell that should be applied to all cells |
align_style |
The style from |
cell_tag |
What HTML tag to use |
colspan |
The number of rows each tag should span |
string
Other hidden helper functions for htmlTable:
prAddCells()
,
prAddSemicolon2StrEnd()
,
prEscapeHtml()
,
prGetCgroupHeader()
,
prGetRowlabelPos()
,
prGetStyle()
,
prPrepInputMatrixDimensions()
,
prPrepareAlign()
,
prPrepareCgroup()
,
prTblNo()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.