R/hello.R

#' function to test
#' @param null
#' @return a string
#' @export
#'
#' @examples
#' hello()
hello <- function() {
  print("Hello, world!")
}
hongzhonglu/hongR documentation built on May 15, 2019, 10:01 p.m.