Description Usage Arguments Details Value Examples
Get a figlet font, returning a figlet_font object that can be
used with figlet.
1 2 3  | figlet_font(font, verbose = FALSE)
figlet_font_list()
 | 
font | 
 Path or name of the font to load  | 
verbose | 
 Logical, indicating if we should be verbose during font load.  | 
This function tries to do the right thing with loading fonts:
 if font is a figlet_font already, return it
 if font is a known figlet_font in the internal font registry,
then return it (faster than reading it again)
 if font is a filename, then load the font and add it to the registry
A figlet_font object for use with figlet
1 2 3 4 5 6 7 8  | # Load a font with a full path
rfiglet::figlet_font(system.file("fonts/standard.flf", package = "rfiglet"))
# Load a previously seen font with a name
rfiglet::figlet_font("standard")
# List known fonts
rfiglet::figlet_font_list()
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.