Learn R Programming

r2symbols (version 1.4)

symKey: 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
)

Value

get group of symbols maptching a particular keyword

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

Complete cheatcheat for symbols

Common symbols include alpha, beta, copyright, registered, theta, sigma. See the complete list at https://github.com/oobianom/r2symbols.

Examples

Run this code
symKey("arrow", font.size = 45)
symKey("animal", font.color = "red")
symKey("random454")
symKey("show nothing")

Run the code above in your browser using DataLab