inst/extdata/hello.R

#' Say hello.
#'
#' Hello to the world.
#' @export
hello <- function() {
  print("Hello, world!")
}
rorynolan/exampletestr documentation built on Aug. 17, 2024, 10:33 p.m.