parseCssBorder {basictabler} | R Documentation |
parseCssBorder
parses the CSS combined border declarations (i.e.
border, border-left, border-right, border-top, border-bottom) and returns a
list containing the width, style and color as separate elements.
parseCssBorder(text)
text |
The border declaration to parse. |
A list containing three elements: width, style and color.