inst/replacements/hello.R

## a placeholder
hello <- function(txt = "world") {
    cat("Hello, ", txt, "\n", sep = "")
}
eddelbuettel/pkgkitten documentation built on Feb. 21, 2024, 11:40 p.m.