#' The aboutRay Function
#'
#' @description This is four truths and one lie.... The lie is about Zork.
#'
#' @return NA
#' @export aboutAndrew
aboutAndrew <- function() {
cat("Which of these is a lie: \n")
cat("1. Andrew's grandfather was the sole survivor of an airplane crash.\n")
cat("2. Andrew's sister has a stuffed penguin who wants to take over the world.\n")
cat("3. Andrew has played the national anthem at multiple professional league sporting events.\n")
cat("4. Andrew is both left handed and colourblind.\n")
cat("5. Andrew's father was a developer of cult classic text game Zork.\n")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.