R/CTTShiny.R

Defines functions startCTT

Documented in startCTT

#' Start CTTShiny
#' @title This function will start CTTShiny
#' @return Nothing
#' @description An interactive Shiny application for running CTT analysis.
#' @details This starts the Shiny application CTT
#' @keywords CTT
#' @examples
#' \dontrun{
#' library(shiny)
#' startCTT()
#' }
#' @export

startCTT <- function() {
  
  shiny::runApp(appDir = system.file("Shiny", package="CTTShiny"))
  
}
kylehamilton/CTTShiny documentation built on May 20, 2019, 7:31 p.m.