knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

Run figlet with outsider in R

Build Status

FIGlet is a program for making large letters out of ordinary text.

Easy to install

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).

Create text art in R!

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')

Link

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.



DomBennett/om..figlet documentation built on Jan. 17, 2020, 12:25 a.m.