sym: Get a desired symbol

symR Documentation

Get a desired symbol

Description

Get a symbol by name or number for use in Rmarkdown or Shiny apps

Usage

sym(
  ...,
  font.size = NULL,
  font.weight = NULL,
  font.color = NULL,
  if.error = FALSE,
  search.units.each = FALSE
)

Arguments

...

the symbols to display

font.size

font size as integer

font.weight

font weight as integer

font.color

font color e.g. red, blue, cyan

if.error

error response

search.units.each

whether to search single letter columns

Value

symbol hex for HTML displays

Examples

sym("trademark")
sym("alpha")
sym("arrow-right")
sym(144)


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