R/aboutAneesh.R

Defines functions aboutAneesh

Documented in aboutAneesh

#' The aboutAneesh Function
#'
#' @description This is four truths and one lie.... The lie is that I've never eaten meat in my entire life.
#'
#' @return NA
#' @export aboutAneesh
aboutAneesh <- function() {
  cat("Which of these is a lie: \n")
  cat("1. I once took ice cold showers every day for 30 straight days.\n")
  cat("2. I once ran into the San Francisco Bay water during the winter and remained there, neck-deep, for 20 minutes.\n")
  cat("3. I have never eaten meat in my entire life.\n")
  cat("4. I once ate a pint of ice cream every day for 30 straight days.\n")
  cat("5. I am in a YouTube video that has amassed over 2 million views.\n")
}
UM-Biostatistics/bst692people2020 documentation built on June 3, 2020, 5:08 p.m.