R/hello.R

Defines functions hello

Documented in hello

## a placeholder
hello <- function(txt = "world") {
    cat("Hello, ", txt, "\n")
}
zdk123/compPLS documentation built on April 24, 2022, 2:44 p.m.