R/hello.R

#' Hello world!
#'
#' Prints "Hello world!" for no good reason
#' @examples
#' hello()
#' @export

hello <- function() {
  print( "Hello world!" )
}
christiano06/tester documentation built on May 29, 2019, 10:35 a.m.