powered by
Loads all the available symbols
symload( font.size = NULL, font.weight = NULL, font.color = NULL, if.error = TRUE )
No returns, but symbols are loaded
font size as integer
font weight as integer
font color e.g. red, blue, cyan
error response
symload(40, "normal", "purple") # load symbols and add symbol settings symload() # load symbols without custom settings
Run the code above in your browser using DataLab