R/zzz.R

Defines functions .onUnload

.onUnload <- function(libpath) {
  gc() # trigger finalizers
  library.dynam.unload("openxlsx2", libpath)
}

Try the openxlsx2 package in your browser

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

openxlsx2 documentation built on Jan. 16, 2026, 5:06 p.m.