R/life_cycle.r

Defines functions .onDetach .onUnload .onAttach .onLoad

.onLoad <- function(libname, pkgname) { # nolint
}

.onAttach <- function(libname, pkgname) { # nolint
}

.onUnload <- function(libpath) { # nolint
}

.onDetach <- function(libpath) { # nolint
}
giupo/GrafoDB documentation built on Oct. 12, 2022, 9:43 a.m.