R/hello.R

Defines functions hello

Documented in hello

#' hello-world
#'
#' this is a minimal function
#'
#' @export hello

hello <- function() {
	print("hello world!")
}
soderling-lab/Rpackage documentation built on Dec. 23, 2021, 3:31 a.m.