powered by
Create ASCII art text using figlet.
figlet( text, font = "Slant", width = getOption("width", 80), justify = "left", absolute = FALSE, strip = TRUE )
An object of class figlet_text which is a character vector with a handy print method.
figlet_text
Text to make bigger.
Name of font, path to font, or figlet_font object.
figlet_font
Width to use when justifying and breaking lines.
Text justification to use in rendering ("left", "centre", "right").
Logical, indicating if alignment is absolute.
Logical, indicating if whitespace should be removed.
https://github.com/richfitz/rfiglet, https://github.com/jbkunst/figletr, https://www.figlet.org/
figlet("thisutils")
Run the code above in your browser using DataLab