bismer : Generate Shakespearean insults

Inspired by Dr. Vicky Forster (@vickyyyf) : https://twitter.com/vickyyyf/status/846028898152431618 and requested by Jeff Hollister (@jhollist).

The following functions are implemented:

The insult() function is aliased to

for those who want to go "all-in" on the Shakespeare thing.

Installation

devtools::install_github("hrbrmstr/bismer")
options(width=120)

Usage

library(bismer)

# current verison
packageVersion("bismer")

purrr::walk(1:10, ~print(insult()))

purrr::walk(1:10, ~print(insult(thou=FALSE)))

purrr::walk(1:10, ~print(insult(sentence=TRUE)))

purrr::walk(1:10, ~print(insult(sentence=TRUE, exclaim=FALSE)))


hrbrmstr/bismer documentation built on May 17, 2019, 4:55 p.m.