dj_get_joke <- function() {
quote <- data.frame(
topic = "dad joke",
text = suppressMessages(dadjoke::groan(sting = FALSE)),
source = "Dad Joke"
)
class(quote) <- c("quote", class(quote))
quote
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.