R/adfExplorer-package.R

Defines functions .onUnload

#' @keywords internal
"_PACKAGE"
NULL

.onUnload <- function(libpath) library.dynam.unload("adfExplorer", libpath)

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

setOldClass("virtual_path")
setOldClass("adf_device")
setOldClass("adf_file_con")
setOldClass("adf_block")

Try the adfExplorer package in your browser

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

adfExplorer documentation built on April 3, 2025, 7:45 p.m.