R/hello.R

## a placeholder
hello <- function(txt = "world") {
    cat("Hello, ", txt, "\n")
}
cranedroesch/panelNNET documentation built on May 14, 2019, 11:31 a.m.