R/launchApp.R

Defines functions launchApp

Documented in launchApp

#' Launches the shiny app to confiure and run CAT simulations.
#' 
#' @export launchApp
#' @examples
#' if(interactive()){
#' launchApp()
#' } 
#' @import shiny
launchApp <- function() {
  shinyApp(ui = shinyAppUI, server = shinyAppServer)
}

Try the RSCAT package in your browser

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

RSCAT documentation built on Oct. 12, 2021, 5:06 p.m.