A function for checking, merging, and more with a variety of different style formats.
prGetStyle(...)
string
Returns the codes merged into one string with
correct CSS ; and : structure.
Styles can be provided as vector
, named vector
, or string
.
If you provide a name, e.g. background: blue
, align="center"
,
the function will convert the align
into proper align: center
.
Other hidden helper functions for htmlTable:
prAddCells()
,
prAddEmptySpacerCell()
,
prAddSemicolon2StrEnd()
,
prEscapeHtml()
,
prGetCgroupHeader()
,
prGetRowlabelPos()
,
prPrepInputMatrixDimensions()
,
prPrepareAlign()
,
prPrepareCgroup()
,
prTblNo()