R/MIGTranscriptome_runExplorer.R

Defines functions runExplorer

Documented in runExplorer

#' Run the shiny app
#'
#' Run the shiny app
#' @import shiny
#' @examples
#' runExplorer()
#' @export

runExplorer <- function(){

    app <- system.file("exec/app.R", package="MIGTranscriptomeExplorer")
    runApp(app)
}
nickilott/MIGTranscriptomeExplorer documentation built on Dec. 9, 2019, 2:11 p.m.