R/init.R

Defines functions .onAttach .onLoad

.onLoad <- function(lib, pkg) {

}

.onAttach <- function(lib, pkg) {

}

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

Try the dbnR package in your browser

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

dbnR documentation built on Oct. 5, 2022, 1:07 a.m.