clisymbols (version 1.2.0)

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

Description

Various handy symbols to use in a command line UI

Usage

symbol

Arguments

Format

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

Details

On Windows they have a fallback to less fancy symbols.

Examples

Run this code
cat(symbol$check, " SUCCESS\n", symbol$cross, " FAILURE\n", sep="")

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

Run the code above in your browser using DataLab