ul_color | R Documentation |
This function provides a set of color schemes adhering to the official visual identity of the University of Ljubljana. If no arguments are supplied, it returns all available colors. If specific color names are supplied, it will return only those colors.
ul_color(...)
... |
Optional character vectors. If color names are supplied, only those colors will be returned. If no arguments are supplied, all available colors are returned. Avaiable colors are red, antracit, medium, lajt, darkblue, navyblue, turquoise, green, yellow, orange, burgundy, and pink. |
A character vector of hexadecimal color codes. If no arguments are supplied, all color codes are returned. If specific color names are supplied, only the color codes for those colors are returned.
ul_color("red", "green") # Returns hexadecimal color codes for red and green
ul_color() # Returns all available colors
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.