R/hello.R

#' My hello function
#'
#' @param x name of the person
#'
#' @return output \code{\link{print}}
#' @export
#'
#' @examples
#' hello("John")
hello <- function(x){
  print(passte("Hello", x, "!"))
}
juliafum/tester documentation built on May 15, 2019, 12:45 p.m.