symKey: Fetch multiple symbols by keyword

View source: R/fetchByKeyCat.R

symKeyR 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")


r2symbols documentation built on March 31, 2023, 8:19 p.m.