R/runInterAdapt.r

#' Run the interAdapt shiny application
#'
#' \code{runInterAdapt} Runs the interactive shiny application
#' 
#' @export
#' @import shiny RCurl mvtnorm knitr knitcitations
runInterAdapt<-function(){
	cat('starting application...\n')
	rtn <- shiny::runApp(system.file('shinyInterAdaptApp', package='interAdapt'))
	if(rtn > 0)
		cat('\napplication stopped\n')
}

Try the interAdapt package in your browser

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

interAdapt documentation built on May 2, 2019, 7:31 a.m.