R/init.R

Defines functions .onUnload .onLoad

.onLoad <- function(lib, pkg) {
	
}

.onUnload <- function(libpath) {
	
}

Try the semiArtificial package in your browser

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

semiArtificial documentation built on Sept. 24, 2021, 1:07 a.m.