knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
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.
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
# install.packages("devtools") devtools::install_github("adam-gruer/goodshirt")
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.