R/hello.R

#' Hello, world!
#'
#' Prints "Hello world!" for no good reason
#' @examples
#' hello()
#' @export

hello <- function() {
  print("Hello, world!")
}
huffx063/tester2 documentation built on May 29, 2019, 10:38 a.m.