R/hello.R

#' @title A function for saying hello
#'
#' @description lovely.
#' @return "hello!"
#' @export
#' @examples
#' hello()
#' @export
hello <- function() {
  print("Hello, world!")
}
theoroe3/MyFirstPackage documentation built on May 20, 2019, 1:30 p.m.