# NOT RUN {
# define a custom style
custom.style <- Rcss(text="points { pch:2; } points.A { pch: 3; }")
# printing details for a selector, concise and verbose
printRcss(custom.style, "points")
printRcss(custom.style, "points", verbose=TRUE)
# }
Run the code above in your browser using DataLab