knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "README-" )
figlet
with outsider
in RFIGlet is a program for making large letters out of ordinary text.
library(outsider) module_install(repo = "dombennett/om..figlet") # module_help(repo = "dombennett/om..figlet")
The module comes with all the base fonts plus all contributed fonts (~150).
library(outsider) figlet <- module_import(fname = 'figlet', repo = 'dombennett/om..figlet') # big font, centered font figlet(arglist = c('-c', '-f', 'big', 'Figlet from R')) # calgphy2 font, right-adjusted figlet(arglist = c('-r', '-f', 'calgphy2', 'Figlet from R')) # isometric2 font, with "kerning" figlet(arglist = c('-k', '-f', 'isometric2', 'Figlet from R')) # rev font plus multiple arguments figlet(arglist = c('-lk', '-f', 'rev', 'Figlet from R'))
module_uninstall('dombennett/om..figlet')
Find out more at the Figlet website.
(Also, this blogpost is good.)
An outsider
module
Learn more at outsider website.
Want to build your own module? Check out outsider.devtools
website.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.