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 )
	}
}
romainfrancois/operators documentation built on May 27, 2019, 1:48 p.m.