R/hello.R

#' Hello world!
#'
#' Prints "Hello world!" for no good reason
#' @examples
#' hello()
#' @export

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