R/cleanup.R

Defines functions cleanup

Documented in cleanup

cleanup <- function(QC) {
	warning("This function was deprecated.\n",
			"No more needed to call this function.\n")
#	if(!is.null(QC$.workers))
#		stopWorkers(QC$.workers)
}

Try the MetaQC package in your browser

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

MetaQC documentation built on May 30, 2017, 2:38 a.m.