R/zzz.R

Defines functions .onLoad .onDeatch .onAttach

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

.onDeatch <- function(lib, pkg) {
	#ops <- options()
	#ops <- ops[grep("SaturnV_", names(ops))]
	#options(ops)
}


.onLoad <- function(lib, pkg){
	fls = system.file("conf/params.conf", package = "params")
	suppressMessages(load_opts(fls, check = FALSE))
}

Try the params package in your browser

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

params documentation built on March 2, 2021, 1:07 a.m.