valueToCSS: Process Object to css

View source: R/utils.R

valueToCSSR Documentation

Process Object to css

Description

Converts a R List or vector object into a valid css string. Used primarily to convert normalized attribute values into css values during processing.

Usage

valueToCSS(value, property)

Arguments

value

List or vector with the values to be converted into css

property

The target css property for which the value will be used.

Value

string containing a valid css value.


imola documentation built on April 19, 2022, 5:09 p.m.