R/system.R

# Remove DLLs when package is unloaded

# nocov start
.onUnload <- function(libpath) {
  library.dynam.unload("cstringr", libpath)
}
# nocov end
brodieG/cstringr documentation built on May 13, 2019, 7:45 a.m.