R/hello.R

Defines functions hello

Documented in hello

## a placeholder
hello <- function(txt = "world") {
    cat("Hello, ", txt, "\n")
}
3211895/MethylQTL documentation built on May 21, 2019, 6:45 a.m.