View source: R/htmlTable_helpers_prepareAlign.R
prPrepareAlign | R Documentation |
The alignment may be tricky and this function therefore simplifies this process by extending/shortening the alignment to match the correct number of columns.
prPrepareAlign(align, x, rnames, default_rn = "l")
x |
The matrix/data.frame with the data. For the |
rnames |
Default row names are generated from |
default_rn |
The default rowname alignment. This is an option as the header uses the same function and there may be differences in how the alignments should be implemented. |
Other hidden helper functions for htmlTable:
prAddCells()
,
prAddEmptySpacerCell()
,
prAddSemicolon2StrEnd()
,
prEscapeHtml()
,
prGetCgroupHeader()
,
prGetRowlabelPos()
,
prGetStyle()
,
prPrepInputMatrixDimensions()
,
prPrepareCgroup()
,
prTblNo()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.