R/ShinyIntron_Vis.R

Defines functions runTestingPackage

Documented in runTestingPackage

#' ShinyIntron_Vis
#' 
#' Funciton that runs the shiny app
#' @import shiny
#' @export

runTestingPackage <- function() {
  appDir <- system.file("shiny-scripts", package = "IntronVis")
  shiny::runApp(appDir, display.mode = "normal")
  return()
}
cheejus2/Intron_Vis documentation built on Dec. 8, 2019, 10:35 a.m.