Learn R Programming

r2symbols (version 1.4)

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

Value

symbol hex for HTML displays

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

Examples

Run this code
sym("trademark")
sym("alpha")
sym("arrow-right")
sym(144)

Run the code above in your browser using DataLab