R/hello.R

Defines functions hello

Documented in hello

#' Print Hello, world!
#'
#' @return "Hello world!"
#' @export
#'
#' @examples hello()
hello <- function() {
  print("Hello, world!")
}
pep1024/locatefile documentation built on Feb. 21, 2023, 7:07 a.m.