inst/replacements/hello.R

## a placeholder
hello <- function(txt = "world") {
    cat("Hello, ", txt, "\n")
}

Try the pkgKitten package in your browser

Any scripts or data that you put into this service are public.

pkgKitten documentation built on March 31, 2023, 9:58 p.m.