R/runSimulations.R

Defines functions runSimulations

Documented in runSimulations

#' @export
runSimulations<- function() {
	appDir <- system.file("shiny", "", package = "clinDR")
	if (appDir == "") {
		stop("Could not find example directory. Try re-installing `mypackage`.", call. = FALSE)
	}
	
	shiny::runApp(appDir, display.mode = "normal")
}

Try the clinDR package in your browser

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

clinDR documentation built on Aug. 9, 2023, 9:08 a.m.