R/ds4ci_hello.R

#' Say hello to World or stated person/group.

#' @param to_who string
#' @return "Hello [World | <to_who>] from DS4CI"
#' @examples
#' ds4ci_hello()
#' ds4ci_hello("Fred")

ds4ci_hello <- function(to_who = "World") cat("Hello", to_who, "from DS4CI", "\n")
ds4ci/ds4ciProjPlay documentation built on May 15, 2019, 2:56 p.m.