Learn R Programming

basictabler (version 1.0.4)

parseCssBorder: 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)

Value

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

Arguments

text

The border declaration to parse.