symbl | R Documentation |
Similar to the cli package listing of UTF-8/Unicode symbols
and their ASCII fall-backs depending on the environment they are called
into. Can be controlled by the option options(cli.unicode = T/F)
if set,
otherwise the l10n_info()
$UTF-8
local information is used to detect
UTF-8 support.
symbl show_symbols()
A named list, see names(symbl)
for all symbol names.
show_symbols()
is a convenient print output to list of various
available UTF-8 (or ASCII) symbols to the screen.
# available symbols show_symbols() # ascii versions withr::with_options(list(cli.unicode = FALSE), show_symbols())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.