R/hello.R

## a placeholder
hello <- function(txt = "world") {
    cat("Hello, ", txt, "\n")
}
decisionpatterns/caret.tools documentation built on May 15, 2019, 1:55 a.m.