R/helloworld.R

#' Hellow, World!
#'
#' prints "hello, world!"
#' @example
#' hello()
#' @export

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