R/package.R

Defines functions .onUnload

#' @useDynLib fs, .registration = TRUE
#' @importFrom methods setOldClass
NULL

# nocov start
.onUnload <- function(libpath) {
  .Call(fs_cleanup_)
  library.dynam.unload("fs", libpath)
}
# nocov end

Try the fs package in your browser

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

fs documentation built on Oct. 30, 2024, 9:06 a.m.