inst/extdata/hello.R

#' Say hello.
#'
#' Hello to the world.
#' @export
hello <- function() {
  print("Hello, world!")
}
rorynolan/exampletestr documentation built on June 27, 2023, 5:58 p.m.