R/hello.R

#' Hello, world!
#'
#' This is an example function named 'hello'
#' which prints 'Hello, world!'.
#' @export
hello <- function() {
  "Hello from dvtdspack!"
}
iMissile/dvtdspack documentation built on May 28, 2019, 8:57 p.m.