R/hello.R

#' Say hello
#'
#' @return the string "Hello, world!"
#' @export
#'
#' @examples
#' hello()
hello <- function() {
  print("Hello, world!")
}
OleksF/mytestpackage_R documentation built on May 7, 2019, 9:03 p.m.