R/zzz.R

Defines functions .onUnload

# Clean after unload
.onUnload <- function(libpath) {
  library.dynam.unload("intRinsic", libpath)
}

Try the intRinsic package in your browser

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

intRinsic documentation built on Sept. 13, 2024, 1:07 a.m.