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 Jan. 13, 2026, 5:06 p.m.