parseCssBorder: Parse a CSS border value.

View source: R/styleParsing.R

parseCssBorderR Documentation

Parse a CSS border value.

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

parseCssBorder(text)

Arguments

text

The border declaration to parse.

Value

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


cbailiss/pivottabler documentation built on Oct. 14, 2023, 9:38 a.m.