R/hello.R

Defines functions hello

Documented in hello

#' Hello World.
#'
#' @return
#' @export
#'
#' @examples
#' hello()
hello <- function() {
  print("Hello, world!")
}
skyrealman/regexcite documentation built on Jan. 30, 2022, 2:16 p.m.