knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

Thee separate photos of the The good Place characters Chidi, Janet and Tahini, join together in a horizontal strip.

Note please upgrade to version 3.0.0

The Good Place quotes API is no longer available. v 3.0.0 ships the quote data with the package and remover calls to the defunct api.

goodshirt

The goal of goodshirt is to provide The Good Place Quotes in your R session. Previously an R client to The Good Place Quotes API by Klaudia Rozgonyiova. https://glitch.com/~good-place-quotes https://github.com/EffingKay/the-good-place-quotes

Now in version 3.0.0 API calls are removed and quotes data ships with the package

Installation

# install.packages("devtools")
devtools::install_github("adam-gruer/goodshirt")

Example

Get a random quote

library(goodshirt)

soul_squad()

chidi()

derek()

eleanor()

janet()

jason()

michael()

pillboi()

tahani()


library(cowsay)
library(magrittr)

soul_squad() %>% 
  as.character() %>% 
  say(by = "random")


adam-gruer/goodshirt documentation built on Dec. 15, 2022, 5:42 a.m.