R/hello.R

Defines functions hello

Documented in hello

## a placeholder
hello <- function(txt = "world") {
    cat("Hello, ", txt, "\n")
}
eddelbuettel/sampletestpackage documentation built on March 24, 2024, 5:38 p.m.