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 April 12, 2025, 5:07 p.m.