parseCssBorder: Parse a CSS border value.

Description Usage Arguments Value

View source: R/styleParsing.R

Description

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.

Usage

1

Arguments

text

The border declaration to parse.

Value

A list containing three elements: width, style and color.


basictabler documentation built on June 26, 2021, 5:05 p.m.