Functions to convert a style string to a named list and back.
strfstyle(...)strpstyle(x)
Named strings and logicals or one named list. Colors and attributes.
A string.
A string or named list.
# NOT RUN {
strfstyle(fg = "red", bg = "#00ff00", blink = TRUE, align = FALSE)
strpstyle("fg=red,bg=#00ff00,blink,noalign")
# }
Run the code above in your browser using DataLab