R/init.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname)
{

    ## use labels if not set before by the rapport package or user
    if (is.null(getOption('rapport.use.labels')))
        options('rapport.use.labels' = TRUE)

}

Try the rapportools package in your browser

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

rapportools documentation built on March 22, 2022, 1:06 a.m.