R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
    packageStartupMessage(paste(pkgname, "package loaded.", sep = " "))
}

Try the readroper package in your browser

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

readroper documentation built on April 17, 2020, 1:09 a.m.