symbl: A list of UTF-8 or ASCII symbols.

symblR Documentation

A list of UTF-8 or ASCII symbols.

Description

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.

Usage

symbl

show_symbols()

Format

A named list, see names(symbl) for all symbol names.

Details

show_symbols() is a convenient print output to list of various available UTF-8 (or ASCII) symbols to the screen.

Examples

# available symbols
show_symbols()

# ascii versions
withr::with_options(list(cli.unicode = FALSE), show_symbols())

stufield/TestPkg documentation built on Jan. 26, 2023, 10:48 p.m.