R/zzz.R

Defines functions .onAttach

.onAttach <- function(...) {
    packageStartupMessage(paste("See example usage at",
                                "http://sahirbhatnagar.com/casebase/"))
}

Try the casebase package in your browser

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

casebase documentation built on Nov. 16, 2022, 5:11 p.m.