htmlTable (version 1.13.3)

prGetStyle: Gets the CSS style element

Description

A funciton for checking, merging, and more with a variety of different style formats.

Usage

prGetStyle(...)

Arguments

...

All styles here are merged with the first parameter. If you provide a name, e.g. styles="background: blue", align="center" the function will convert the align into proper align: center.

styles

The styles can be provided as vector, named vector, or string.

Value

string Returns the codes merged into one string with correct CSS ; and : structure.

See Also

Other hidden helper functions for htmlTable: prAddCells(), prAddSemicolon2StrEnd(), prEscapeHtml(), prGetCgroupHeader(), prGetRowlabelPos(), prPrepareAlign(), prPrepareCgroup(), prTblNo()