Makes sure the input is correct
Source:R/htmlTable_helpers_prepInputMatrixDimensions.R
prPrepInputMatrixDimensions.RdChecks and converts dimensions into something the
htmlTable() is comfortable with.
Arguments
- x
The matrix/data.frame with the data. For the
printandknit_printit takes a string of the classhtmlTableasxargument.- header
A vector of character strings specifying column header, defaulting to
colnames(x)
See also
Other hidden helper functions for htmlTable:
prAddCells(),
prAddEmptySpacerCell(),
prAddSemicolon2StrEnd(),
prEscapeHtml(),
prGetCgroupHeader(),
prGetRowlabelPos(),
prGetStyle(),
prPrepareAlign(),
prPrepareCgroup(),
prTblNo()