R/hello.R

Defines functions hello

Documented in hello

## a placeholder
hello <- function(txt = "world") {
    cat("Hello, ", txt, "\n")
}
DedZago/msMK documentation built on June 14, 2022, 10:29 p.m.