R/aboutAndrew.R

Defines functions aboutAndrew

#' 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")
}
UM-Biostatistics/bst692people2020 documentation built on June 3, 2020, 5:08 p.m.