R/helloworld.R

#' helloworld - the simplest possible function
#'
#' @return string hello world
#'
#' @examples helloworld()
#' @export
helloworld <- function() {
  print("Hello, world!")
}
ImageQC/helloworldr documentation built on May 23, 2019, 4:03 a.m.