symbol | R Documentation |
Various handy symbols to use in a command line UI
symbol
list_symbols()
A named list, see names(symbol)
for all sign names.
On Windows they have a fallback to less fancy symbols.
list_symbols()
prints a table with all symbols to the screen.
cat(symbol$tick, " SUCCESS\n", symbol$cross, " FAILURE\n", sep = "")
## All symbols
cat(paste(format(names(symbol), width = 20),
unlist(symbol)), sep = "\n")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.