R/hello.R

Defines functions hello

## a placeholder
hello <- function(txt = "world") {
    cat("Hello, ", txt, "\n")
}

Try the PQLseq package in your browser

Any scripts or data that you put into this service are public.

PQLseq documentation built on June 6, 2021, 5:06 p.m.