Description
Return a Random Dad Joke.
Description
What is funnier than a dad joke? A dad joke in R! This package utilizes the API for <https://icanhazdadjoke.com> and returns dad jokes from several API endpoints.
README.md
dadjokeapi
The goal of dadjokeapi is to make you laugh in spite of yourself.
It is built off of the hard work of Brett Langdon and the API he supports at https://icanhazdadjoke.com
Installation
You can install dadjokeapi from github with:
# install.packages("devtools")
devtools::install_github("jhollist/dadjokeapi")
And from CRAN with
install.packages("dadjokeapi")
Example
This is a basic example which shows you how to solve a common problem... The problem of not laughing enough!!!
dadjokeapi::groan()
[1] "I was thinking about moving to Moscow but there is no point Russian into things."