knitr::opts_chunk$set( collapse = TRUE, comment = "#>", warnings = FALSE, messages = FALSE, prompt = FALSE, fig.path = "man/figures/README-", out.width = "100%" )
Whale-come! This R package was inspired by cowsay and praise. I hope this package made you smile today!
ohwhaley
is a toy project and is still under development. You can install the latest version from GitHub with:
# install.packages("remotes") remotes::install_github("fontikar/ohwhaley")
ohwhaley
contains one function only. say()
will echo a randomly chosen whale-themed phrase for your enjoyment.
library("magrittr") library(ohwhaley) say()
Alternatively, you can supply your own phrase
say("I'm beached as bro!!!")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.