getXlBorderFromCssBorder | R Documentation |
getXlBorderFromCssBorder
parses the CSS combined border declarations
(i.e. border, border-left, border-right, border-top, border-bottom) and
returns a list containing an openxlsx border style and color as separate
elements.
getXlBorderFromCssBorder(text)
text |
The border declaration to parse. |
A list containing two elements: style and color.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.