R/hello.R

## a placeholder
hello <- function(txt = "world") {
    cat("Hello, ", txt, "\n")
}
Bioconductor/docker.workshop documentation built on May 6, 2019, 7:52 a.m.