R/zzz.R

Defines functions .onUnload .onLoad

.onLoad <- function(lib, pkg, ...)
{
    #initKebabs(lib, pkg)
}

.onUnload <- function(lib)
{
    cleanupKebabs(lib)
}

Try the kebabs package in your browser

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

kebabs documentation built on Nov. 8, 2020, 7:38 p.m.