powered by
Fetch one or more symbols by keyword
symKey( keyword, font.size = NULL, font.weight = NULL, font.color = NULL, if.error = TRUE )
get group of symbols maptching a particular keyword
symbol keyword to fetch
font size as integer
font weight as integer
font color e.g. red, blue, cyan
show error response
Common symbols include alpha, beta, copyright, registered, theta, sigma. See the complete list at https://github.com/oobianom/r2symbols.
symKey("arrow", font.size = 45) symKey("animal", font.color = "red") symKey("random454") symKey("show nothing")
Run the code above in your browser using DataLab