R/unload.R

Defines functions unload

unload <- function(debug = FALSE) {
  if (debug) logf("- unloading the %s package", squote(.packageName))
  unloadNamespace(.packageName)
}

Try the startup package in your browser

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

startup documentation built on Sept. 11, 2024, 6:38 p.m.