valueToCSS {imola} | R Documentation |
Converts a R List or vector object into a valid css string. Used primarily to convert normalized attribute values into css values during processing.
valueToCSS(value, property)
value |
List or vector with the values to be converted into css |
property |
The target css property for which the value will be used. |
string containing a valid css value.