R/zzz.R

.onAttach <- function( libname, pkgname ){
  loadOptions( )
}

loadOptions <- function( ) {
	opt.file <- system.file( "options", "options.R", package = "operators" )
	if( file.exists( opt.file ) ){
		source( opt.file )
	}
}

Try the operators package in your browser

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

operators documentation built on May 2, 2019, 2:47 p.m.