R/init.R

Defines functions .onUnload .onLoad

.onLoad <- function(lib, pkg) {
	library.dynam("pspearman", pkg, lib)
}

.onUnload <- function(libpath) {
	library.dynam.unload("pspearman", libpath)
}

Try the pspearman package in your browser

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

pspearman documentation built on May 2, 2022, 5:06 p.m.