R/zzz.R

Defines functions .onUnload .onLoad

.onLoad <- function(libname, pkgname) {
}

#.noGenerics <- TRUE

.onUnload <- function(libpath) {
}

Try the biganalytics package in your browser

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

biganalytics documentation built on May 29, 2024, 8:52 a.m.