R/Analyze4C_alt.R

#' @export

#this is the starting function of the package
Analyze4C_alt <- function()
{
	cat("      *****************************\n                Analyze 4C       \n      *****************************\n\n\n")

	#here needs to be a welcome and description
	
	main.menu_alt()
	
	setwd("..") #returning to root folder
	
	#exiting message
	cat("thank you\ncome again...\n\n")
}
akivab2/Analyze4CPackage documentation built on May 6, 2019, 11:45 a.m.