figlet | R Documentation |
Create ASCII art text using figlet.
figlet(
text,
font = "Slant",
width = getOption("width", 80),
justify = "left",
absolute = FALSE,
strip = TRUE
)
text |
Text to make bigger. |
font |
Name of font, path to font, or |
width |
Width to use when justifying and breaking lines. |
justify |
Text justification to use in rendering ("left", "centre", "right"). |
absolute |
Logical, indicating if alignment is absolute. |
strip |
Logical, indicating if whitespace should be removed. |
An object of class figlet_text
which is a character vector with a handy print method.
https://github.com/richfitz/rfiglet, https://github.com/jbkunst/figletr, http://www.figlet.org/
figlet("thisutils")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.