R/zzz.R

Defines functions .onUnload

#' @param libpath Library path
.onUnload <- function(libpath){
  #' Removing options, which cab be set when functions
  #' `on_path_not_exists` or `on_validate_path` were called
  .Options$path.chain.on.path.not.exists <- NULL
  .Options$path.chain.on.validate.path <- NULL
}

Try the path.chain package in your browser

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

path.chain documentation built on Oct. 9, 2024, 1:07 a.m.