R/hello.R

#' Hello
#'
#' @export
#' @return character string "world"
hello <- function() {
  return("world")
}
schloerke/Rhipe_dummy documentation built on May 29, 2019, 3:39 p.m.