R/zzz.R

Defines functions .onUnload .onLoad

.onLoad <- function(lib, pkg) {
        library.dynam("Tinflex", pkg, lib)
}

.onUnload <- function(libpath) {
        library.dynam.unload("Tinflex", libpath)
}

Try the Tinflex package in your browser

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

Tinflex documentation built on March 31, 2023, 7:20 p.m.