inst/templates/hello.R

#' Print Hello World
#'
#' This function prints \code{"Hello World!"}.
#'
#' @export
hello <- function() {
  invisible(.Call(hello_))
}
ramiromagno/craftthis documentation built on Aug. 11, 2022, 4:44 a.m.