R/internal.R

.onAttach <- function(libname, pkgname){
	if (!interactive()){
		return()
	}
	else{
		Commander()
	}
	
}

if(getRversion() >= "2.15.1") globalVariables(c("top","button.command"))

Try the REST package in your browser

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

REST documentation built on May 2, 2019, 3:39 p.m.