sym {r2symbols} | R 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)
[Package r2symbols version 1.4 Index]