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 May 29, 2024, 12:28 p.m.