R/unload.R

Defines functions unload

unload <- function(debug = FALSE) {
  if (debug) logf("- unloading the %s package", squote(.packageName))
  unloadNamespace(.packageName)
}
HenrikBengtsson/startup documentation built on April 22, 2024, 6:32 p.m.