R/stop_quietly.R

Defines functions stop_quietly

stop_quietly <- function() {
	opt <- options(show.error.messages = FALSE)
	on.exit(options(opt))
	stop("QC files produced, Terminated")
}
raphidoc/lighthouse documentation built on June 13, 2022, 10:06 a.m.