figlet: Printing via figlet

Description Usage Arguments Value Examples

Description

Printing via figlet. See help(figletfonts) for a list of fonts.

Usage

1
2
figlet(message, font = "standard", smush = TRUE,
  respect.linebreaks = FALSE)

Arguments

message

String meant to be printed via figlet.

font

figlet font to use.

smush

logical; whether or not the kerning should be "extreme" (TRUE) or "normal" (FALSE).

respect.linebreaks

logical; if TRUE, then linebreaks will be printed as linebreaks, and otherwise as spaces.

Value

The return is an S3-figlet object.

Examples

1
2
3
4
5
## Not run: 
library(Rfiglet)
figlet("abacabb")

## End(Not run)

wrathematics/Rfiglet documentation built on May 4, 2019, 9:48 a.m.