R/CTTShiny.R

#' 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"))
  
}

Try the CTTShiny package in your browser

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

CTTShiny documentation built on May 2, 2019, 6:11 a.m.