R/hello.R

#' Say hello and someone's name
#'
#'#' @export
#'
#' @param name the name of the person we say hello to

hello <- function(name="") {
  trimws(paste("hello", name))
}
koaning/helloworld documentation built on May 30, 2019, 6:14 p.m.