symbol | R Documentation |
Get a symbol by name or numberfor use in Rmarkdown or Shiny apps, could be a mathematical symbol or other kinds of symbols
symbol(
...,
font.size = NULL,
font.weight = NULL,
font.color = NULL,
if.error = FALSE,
search.units.each = FALSE
)
... |
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 |
symbol hex for HTML integration
Common symbols include alpha, beta, copyright, registered, theta, sigma. See the complete list at https://github.com/oobianom/r2symbols.
symbol("trademark")
symbol("alpha")
symbol("arrow-right")
symbol(144)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.