symKey {r2symbols} | R Documentation |
Fetch multiple symbols by keyword
Description
Fetch one or more symbols by keyword
Usage
symKey(
keyword,
font.size = NULL,
font.weight = NULL,
font.color = NULL,
if.error = TRUE
)
Arguments
keyword |
symbol keyword to fetch |
font.size |
font size as integer |
font.weight |
font weight as integer |
font.color |
font color e.g. red, blue, cyan |
if.error |
show error response |
Value
get group of symbols maptching a particular keyword
Complete cheatcheat for symbols
Common symbols include alpha, beta, copyright, registered, theta, sigma. See the complete list at https://github.com/oobianom/r2symbols.
Examples
symKey("arrow", font.size = 45)
symKey("animal", font.color = "red")
symKey("random454")
symKey("show nothing")
[Package r2symbols version 1.4 Index]