R/hello.R

Defines functions hello

Documented in hello

## a placeholder
hello <- function(txt = "world") {
    cat("Hello, ", txt, "\n")
}
YingMa0107/CARD documentation built on Feb. 14, 2024, 12:23 p.m.