R/hello.R

#' Hi, I'm exported!
#'
#' @param txt       what to say
#'
#' @export
hello <- function(txt = "world") {
    cat("Hello, ", txt, "\n")
}
ttriche/roxpkg documentation built on June 1, 2019, 2:51 a.m.