R/makeDialogs.R

#############################################
#
# 			Call Alpha Dialog
#
#############################################

.getAlphaDialog <- function(){ # Ensures that 2 copies of the dialog do not exist simultaneously
	if(!exists(".AlphaDialog")){ # checks to see if a dialog already exists
		.AlphaDialog <- new(AlphaD) # if not, creates one
		.AlphaDialog$setLocationRelativeTo(.jnull())
		assign(".AlphaDialog",.AlphaDialog,globalenv())	# and registers it	
	}
	return(.AlphaDialog) 
}

Try the DeducerAlpha package in your browser

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

DeducerAlpha documentation built on May 2, 2019, 4:53 p.m.