R/onLoad.R

Defines functions onLoad

.onLoad <- function(lib, pkg){
	options(TOKEN = NULL)
	options(SERVERURL = NULL)
	options(CLIENTNAME = "R-Ohmage")
	options(CURLCOUNT = 0);
}

Try the Ohmage package in your browser

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

Ohmage documentation built on Feb. 1, 2019, 1:04 a.m.