symbol: Various handy symbols to use in a command line UI

Description Usage Format Details Examples

Description

Various handy symbols to use in a command line UI

Usage

1
2
3

Format

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

Details

On Windows they have a fallback to less fancy symbols.

list_symbols() prints a table with all symbols to the screen.

Examples

1
2
3
4
5
cat(symbol$tick, " SUCCESS\n", symbol$cross, " FAILURE\n", sep = "")

## All symbols
cat(paste(format(names(symbol), width = 20),
  unlist(symbol)), sep = "\n")

RonMobile/cli documentation built on Dec. 18, 2021, 11 a.m.