R/onLoad.R

Defines functions .onLoad

.onLoad <- function(lib, pkg){
	options(TOKEN = NULL)
	options(SERVERURL = NULL)
	options(CLIENTNAME = "R-Ohmage")
	options(CURLCOUNT = 0);
}
jeroenooms/Ohmage documentation built on May 19, 2019, 6:11 a.m.