R/hello.R

Defines functions hello

Documented in hello

#' Hello, world!
#' @export
hello <- function() {
  print("Hello, world!")
}
Christian-Ryan/r4psych documentation built on Dec. 31, 2022, 12:08 p.m.