R/hello.R

#' Hello, world!
#
#' This is an example function named 'hello'
#' which prints 'Hello, world!'.
#'
#' @export
#'
#' @examples hello()
hello <- function() {
  print("Hello World!")
}
karacitir/reproducerTaskGranularity documentation built on May 31, 2019, 5:36 a.m.