R/zzz.R

Defines functions .onUnload

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

#}

#.onAttach <- function(lib, pkg) {
#  ## some preprocessing
#  where <- match(paste("package:", pkg, sep=""), search())
#  groupGOTerms(where)
#}

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

Try the Rtreemix package in your browser

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

Rtreemix documentation built on Nov. 8, 2020, 5:57 p.m.